Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# PowerShell Extension Release History

## v2021.2.2
### Wednesday, February 24, 2021
#### [vscode-PowerShell](https://github.com/PowerShell/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](https://github.com/PowerShell/vscode-powershell/pull/3202) -
Fix PowerShell MSIX (Store) detection.
- 🐛 Many squashed bugs! (See previews below for details.)

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

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

## v2021.2.1-preview
### Tuesday, February 23, 2021
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"version": "2021.2.1",
"version": "2021.2.3",
"preview": true,
"publisher": "ms-vscode",
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",
Expand Down