Skip to content

Releases: PowerShell/vscode-powershell

v2021.8.0-preview

05 Aug 00:19
Compare
Choose a tag to compare
v2021.8.0-preview Pre-release
Pre-release

v2021.8.0-preview

Tuesday, August 03, 2021

vscode-powershell

PowerShellEditorServices

v2021.7.0-preview

15 Jul 23:08
Compare
Choose a tag to compare
v2021.7.0-preview Pre-release
Pre-release

v2021.7.0-preview

Thursday, July 15, 2021

vscode-powershell

PowerShellEditorServices

v2021.6.2

24 Jun 19:44
Compare
Choose a tag to compare

v2021.6.2

Thursday, June 24, 2021

vscode-powershell

PowerShellEditorServices

v2021.6.1

21 Jun 22:08
b7a2e54
Compare
Choose a tag to compare

v2021.6.1

Monday, June 21, 2021

vscode-powershell

PowerShellEditorServices

v2021.6.1-preview

17 Jun 16:30
1cab32c
Compare
Choose a tag to compare
v2021.6.1-preview Pre-release
Pre-release

v2021.6.1-preview

Wednesday, June 16, 2021

vscode-powershell

PowerShellEditorServices

v2021.5.1

01 Jun 22:04
Compare
Choose a tag to compare

v2021.5.1

Thursday, May 27, 2021

vscode-powershell

This stable release includes all the changes in the previews since v2021.2.2, plus the following:

Since we have disabled semantic highlighting by default now, if you wish to re-enable it, use:

"[powershell]": {
    "editor.semanticHighlighting.enabled": true
}

We now also remove - and $ from the word separators by default for PowerShell files.
To add them back, use:

"[powershell]": {
    "editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?"
}

PowerShellEditorServices

This stable release includes all the changes in the previews since v2.3.0, plus the following:

The most significant change is the update to OmniSharp v0.19.2, from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying Language Server Protocol and Debug Adapter Protocol server library, and as such is our biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications, enabling us to start incorporating all the latest LSP changes, and it includes numerous bug fixes and enhancements resulting in a faster and more stable server and extension experience.

v2021.5.0-preview

21 May 21:37
Compare
Choose a tag to compare
v2021.5.0-preview Pre-release
Pre-release

v2021.5.0-preview

Friday, May 21, 2021

vscode-powershell

PowerShellEditorServices

v2021.4.2-preview

27 Apr 17:01
Compare
Choose a tag to compare
v2021.4.2-preview Pre-release
Pre-release

v2021.4.2-preview

Monday, April 26, 2021

vscode-powershell

PowerShellEditorServices

v2021.4.1-preview

05 Apr 21:16
Compare
Choose a tag to compare
v2021.4.1-preview Pre-release
Pre-release

v2021.4.1-preview

Friday, April 02, 2021

vscode-powershell

PowerShellEditorServices

v2021.2.2

25 Feb 17:33
Compare
Choose a tag to compare

v2021.2.2

Wednesday, February 24, 2021

vscode-PowerShell

  • 📺 ✨ New semantic highlighting. (Thanks @justinytchen!)
  • 🐢 ✨ Added Pester v5 support to problem matcher. (Thanks @fflaten!)
  • ✨ 👮 Updated PSScriptAnalyzer to 1.19.1. Fixes formatting bugs! (Thanks @bergmeister!)
  • 🛫 🐛 vscode-powershell #3181 - Fix PowerShell MSIX (Store) detection.
  • 🐛 Many squashed bugs! (See previews below for details.)

PowerShellEditorServices

  • 👷 ✨ No changes, just releasing a stable version.