Skip to content

Releases: PowerShell/vscode-powershell

v2020.7.0-preview

v2020.7.0-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 30 Jul 21:06
b650573

Thursday, July 30, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.6.0

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 12 Jun 20:06
2437c22

Thursday, June 11, 2020

  • ⚡️🧠 Better performance of overall.
  • ✨🛫 Support for ConstrainedLanguage mode.
  • 🐛 Many squashed bugs
  • ✨👮 Updated PSScriptAnalyzer to 1.19.0.
    - More formatting settings! (Thanks @bergmeister!)
  • 📟 ✨ Updated PSReadLine to 2.0.2.

(From now on,
the stable extension will have the latest stable version of PSReadLine and the PowerShell Preview extension will have the latest preview of PSReadLine)

v2020.6.1-preview

v2020.6.1-preview Pre-release
Pre-release

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

v2020.6.0-preview

v2020.6.0-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 01 Jun 18:46
4bacb52

Monday, June 01, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.5.0-preview

v2020.5.0-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 13 May 15:41
f435da4

Wednesday, May 06, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.4.3-preview

v2020.4.3-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 28 Apr 22:14
fc1030d

Tuesday, April 28, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.4.0

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 16 Apr 15:06
26d3821

Thursday, April 15, 2020

Combines everything since the last stable (2020.3.0) release.

  • ⚡️🧠 Better performance of overall but especially IntelliSense.
  • 🐛📟 Errors show up properly on screen in PowerShell Integrated Console.
  • ✨🐢 Run a single test in Pester v5 by setting "powershell.pester.useLegacyCodeLens": false.
  • 🐛🔧 Ignore files specified in files.exclude and search.exclude in reference/CodeLens search.

v2020.4.2-preview

v2020.4.2-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 13 Apr 20:26
fa6e23a

Monday, April 13, 2020

PowerShellEditorServices

v2020.4.1-preview

v2020.4.1-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 10 Apr 00:44
0764663

Wednesday, April 09, 2020

PowerShellEditorServices

  • ✨📟 PowerShellEditorServices #1255 -
    Move PSReadLine invocation into cmdlets to get closer to supporting ConstrainedLanguage mode. Also removes hard coded PSReadLine assembly version.

v2020.4.0-preview

v2020.4.0-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 08 Apr 22:33
a3f959a

Wednesday, April 08, 2020

vscode-PowerShell

PowerShellEditorServices