Skip to content

v2020.6.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@TylerLeonhardt TylerLeonhardt released this 09 Jun 01:05
4d95dfa

Monday, June 08, 2020

vscode-PowerShell

PowerShellEditorServices

  • πŸ”— πŸ› PowerShellEditorServices #1304 -
    Use From instead of FromFileSystem fixing CodeLens references.
  • πŸ“Ÿ ✨ PowerShellEditorServices #1290 -
    Allow PSReadLine to work in ConstrainedLanguage mode.
  • πŸ“Ÿ ✨ The PowerShell Preview extension now uses v2.1.0-preview.2 of PSReadLine.
    If you want the predictions feature back, add the following to your $PROFILE:
Set-PSReadLineOption -PredictionSource History