Skip to content

Releases: PowerShell/vscode-powershell

v2021.6.1

Choose a tag to compare

@andyleejordan andyleejordan released this 21 Jun 22:08
b7a2e54

v2021.6.1

Monday, June 21, 2021

vscode-powershell

PowerShellEditorServices

v2021.6.1-preview

v2021.6.1-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 17 Jun 16:30
1cab32c

v2021.6.1-preview

Wednesday, June 16, 2021

vscode-powershell

PowerShellEditorServices

v2021.5.1

Choose a tag to compare

@andyleejordan andyleejordan released this 01 Jun 22:04

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

v2021.5.0-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 21 May 21:37

v2021.5.0-preview

Friday, May 21, 2021

vscode-powershell

PowerShellEditorServices

v2021.4.2-preview

v2021.4.2-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 27 Apr 17:01

v2021.4.2-preview

Monday, April 26, 2021

vscode-powershell

PowerShellEditorServices

v2021.4.1-preview

v2021.4.1-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 05 Apr 21:16

v2021.4.1-preview

Friday, April 02, 2021

vscode-powershell

PowerShellEditorServices

v2021.2.2

Choose a tag to compare

@andyleejordan andyleejordan released this 25 Feb 17:33

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.

v2021.2.1-preview

v2021.2.1-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 24 Feb 01:51
65b3231

v2021.2.1-preview

Tuesday, February 23, 2021

vscode-PowerShell

PowerShellEditorServices

v2021.2.0-preview

v2021.2.0-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 20 Feb 04:00
7f0b969

v2021.2.0-preview

Friday, February 19, 2021

vscode-PowerShell

PowerShellEditorServices

v2020.9.0-preview

v2020.9.0-preview Pre-release
Pre-release

Choose a tag to compare

@TylerLeonhardt TylerLeonhardt released this 16 Sep 23:23
74c90e5

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