Skip to content

Releases: PowerShell/vscode-powershell

v2023.3.2-preview

v2023.3.2-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 27 Mar 23:24

v2023.3.2-preview

Monday, March 27, 2023

vscode-powershell

PowerShellEditorServices v3.8.3

  • Documentation update and CI fix.

v2023.3.1-preview

v2023.3.1-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 15 Mar 21:43

v2023.3.1-preview

Wednesday, March 15, 2023

vscode-powershell

PowerShellEditorServices v3.8.2

No changes.

v2023.3.0-preview

v2023.3.0-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 09 Mar 21:13

v2023.3.0-preview

Thursday, March 09, 2023

vscode-powershell

PowerShellEditorServices v3.8.2

v2023.2.1

Choose a tag to compare

@andyleejordan andyleejordan released this 23 Feb 20:17

v2023.2.1

Thursday, February 23, 2023

vscode-powershell

Primarily an update to v3.8 of PowerShell Editor Services, as previewed over February.
Includes a massive enhancement to extension's symbol support, nearly completing the
Consistent References project, with the final work in an upcoming preview. Enjoy!

PowerShellEditorServices v3.8.1

In the PR below we rewrote all the symbol logic. Classes (and their properties and
methods) are now proper symbols. Instead of a dozen similar-yet-different Abstract Symbol
Tree (AST) PowerShell script visitors handling different parts of each symbol-related
request, we have a single visitor that builds a cached dictionary of symbols for each
file. This was a massive simplification of the code that also leads to huge performance
improvements across all the symbol related features:

Please try it out and give us feedback! There's plenty of room for more improvement, and
this will be much easier going forward.

v2023.2.1-preview

v2023.2.1-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 13 Feb 21:46

v2023.2.1-preview

Monday, February 13, 2023

vscode-powershell

Includes the updates from PowerShell Editor Services below:

PowerShellEditorServices v3.8.1

v2023.2.0-preview

v2023.2.0-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 03 Feb 00:02

v2023.2.0-preview

Thursday, February 02, 2023

vscode-powershell

This preview includes all the work outlined below for enhanced symbol support.

PowerShellEditorServices v3.8.0

In the PR below we rewrote all the symbol logic. Classes (and their properties and
methods) are now proper symbols. Instead of a dozen similar-yet-different Abstract Symbol
Tree (AST) PowerShell script visitors handling different parts of each symbol-related
request, we have a single visitor that builds a cached dictionary of symbols for each
file. This was a massive simplification of the code that also leads to huge performance
improvements across all the symbol related features:

Please try it out and give us feedback! There's plenty of room for more improvement, and
this will be much easier going forward.

v2023.1.0

Choose a tag to compare

@andyleejordan andyleejordan released this 18 Jan 23:58

v2023.1.0

Wednesday, January 18, 2023

First stable release for the new year, includes a multitude of fixes for the debugger!
Expanding variables with properties that are inaccessible no longer causes a short-circuit
preventing the rest of the properties from being expanded, variable values whose expansion
results in PowerShell code being executed now works as expected, and in general all the
correct properties are now present. We look forward to adding the ability to view static
and private fields in a future update.

vscode-powershell

PowerShellEditorServices v3.7.3

v2023.1.0-preview

v2023.1.0-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 04 Jan 21:44

v2023.1.0-preview

Wednesday, January 04, 2023

vscode-powershell

PowerShellEditorServices v3.7.3

v2022.12.2-preview

v2022.12.2-preview Pre-release
Pre-release

Choose a tag to compare

@andyleejordan andyleejordan released this 20 Dec 22:42

v2022.12.2-preview

Tuesday, December 20, 2022

vscode-powershell

PowerShellEditorServices v3.7.2

v2022.12.1

Choose a tag to compare

@andyleejordan andyleejordan released this 16 Dec 00:40

v2022.12.1

Thursday, December 15, 2022

This release brings a variety of bugfixes and feature improvements, including everyone's
favorite: VS Code Terminal Shell Integration in the PowerShell
Extension Terminal! We overhauled the PowerShell update notification feature, with support
for more platforms and architectures. Also checkout the revamped settings descriptions in
VS Code, complete with formatting and hyperlinks.

vscode-powershell

PowerShellEditorServices v3.7.1