Skip to content

Releases: PowerShell/vscode-powershell

v2021.2.1-preview

24 Feb 01:51
65b3231
Compare
Choose a tag to compare
v2021.2.1-preview Pre-release
Pre-release

v2021.2.1-preview

Tuesday, February 23, 2021

vscode-PowerShell

PowerShellEditorServices

v2021.2.0-preview

20 Feb 04:00
7f0b969
Compare
Choose a tag to compare
v2021.2.0-preview Pre-release
Pre-release

v2021.2.0-preview

Friday, February 19, 2021

vscode-PowerShell

PowerShellEditorServices

v2020.9.0-preview

16 Sep 23:23
74c90e5
Compare
Choose a tag to compare
v2020.9.0-preview Pre-release
Pre-release

Wednesday, September 16, 2020

Known issues

  • The Disable Notebook Mode has disappeared. This is likely a vscode issue and is being investigated. As a workaround, run this in the command pallet (ctrl/cmd+shift+p): Disable Notebook Mode
  • Please see other open GitHub issues for the other known issues

Changelog

vscode-PowerShell

PowerShellEditorServices

v2020.7.0-preview

30 Jul 21:06
b650573
Compare
Choose a tag to compare
v2020.7.0-preview Pre-release
Pre-release

Thursday, July 30, 2020

vscode-PowerShell

PowerShellEditorServices

v2020.6.0

12 Jun 20:06
2437c22
Compare
Choose a tag to compare

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

09 Jun 01:05
4d95dfa
Compare
Choose a tag to compare
v2020.6.1-preview Pre-release
Pre-release

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

01 Jun 18:46
4bacb52
Compare
Choose a tag to compare
v2020.6.0-preview Pre-release
Pre-release

Monday, June 01, 2020

vscode-PowerShell

PowerShellEditorServices

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.