Skip to content

Releases: PowerShell/vscode-powershell

v2020.5.0-preview

13 May 15:41
f435da4
Compare
Choose a tag to compare
v2020.5.0-preview Pre-release
Pre-release

Wednesday, May 06, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.4.3-preview

28 Apr 22:14
fc1030d
Compare
Choose a tag to compare
v2020.4.3-preview Pre-release
Pre-release

Tuesday, April 28, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.4.0

16 Apr 15:06
26d3821
Compare
Choose a tag to compare

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

13 Apr 20:26
fa6e23a
Compare
Choose a tag to compare
v2020.4.2-preview Pre-release
Pre-release

Monday, April 13, 2020

PowerShellEditorServices

v2020.4.1-preview

10 Apr 00:44
0764663
Compare
Choose a tag to compare
v2020.4.1-preview Pre-release
Pre-release

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

08 Apr 22:33
a3f959a
Compare
Choose a tag to compare
v2020.4.0-preview Pre-release
Pre-release

Wednesday, April 08, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.3.2-preview

01 Apr 17:02
b856a07
Compare
Choose a tag to compare
v2020.3.2-preview Pre-release
Pre-release

Tuesday, March 31, 2020

PowerShellEditorServices

v2020.3.1-preview

01 Apr 16:58
b856a07
Compare
Choose a tag to compare
v2020.3.1-preview Pre-release
Pre-release

Thursday, March 26, 2020

PowerShellEditorServices

v2020.3.0-preview

13 Mar 01:26
1e734c7
Compare
Choose a tag to compare
v2020.3.0-preview Pre-release
Pre-release

Thursday, March 12, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.3.0

05 Mar 17:54
Compare
Choose a tag to compare

v2020.3.0

Thursday, March 5, 2020

Release of preview work to stable branch

This release, coinciding with the GA release of PowerShell 7,
brings a year of work on the PowerShell extension into the stable release.
The timing of this release is deliberate, since some of the new features
depend on additions and bugfixes in PowerShell 7,
while others have a much better experience in PowerShell 7
thanks to many improvements shipping with it.

Some changes that come to the stable channel in this release include:

After this release, the stable/preview channels will now function as originally intended,
where the preview channel will be the beta release
for features to come out in the following stable release.

You may also notice that the history of the changelog has changed.
For a full list of changes between this release and the previous stable release,
see here.
You can find the changelog from the old stable fork
here.

vscode-PowerShell

  • ✨📺 vscode-PowerShell #2503 -
    Pick up the PowerShell dotnet global tool as a PowerShell runtime.
  • 🐛🛫 vscode-PowerShell #2491 -
    Fix a startup issue where console becomes unresponsive due to the client waiting for the terminal PID from VSCode.
  • 🐛👮 vscode-PowerShell #2190 -
    Look for PSScriptAnalyzerSettings.psd1 in the workspace root by default for script analysis,
    defaulting back to the default rules when not found.
  • 🧰 vscode-PowerShell #2477 -
    Stop using the caption field on powerShell/showChoicePrompt messages,
    and instead display only the message field.

PowerShellEditorServices