File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2021.2.2
4
+ ### Wednesday, February 24, 2021
5
+ #### [ vscode-PowerShell] ( https://github.com/PowerShell/vscode-PowerShell )
6
+
7
+ - 📺 ✨ New semantic highlighting. (Thanks @justinytchen !)
8
+ - 🐢 ✨ Added Pester v5 support to problem matcher. (Thanks @fflaten !)
9
+ - ✨ 👮 Updated PSScriptAnalyzer to 1.19.1. Fixes formatting bugs! (Thanks @bergmeister !)
10
+ - 🛫 🐛 [ vscode-powershell #3181 ] ( https://github.com/PowerShell/vscode-powershell/pull/3202 ) -
11
+ Fix PowerShell MSIX (Store) detection.
12
+ - 🐛 Many squashed bugs! (See previews below for details.)
13
+
14
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
15
+
16
+ - 👷 ✨ No changes, just releasing a stable version.
17
+
3
18
## v2021.2.1-preview
4
19
### Tuesday, February 23, 2021
5
20
#### [ vscode-PowerShell] ( https://github.com/PowerShell/vscode-PowerShell )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " powershell-preview" ,
3
3
"displayName" : " PowerShell Preview" ,
4
- "version" : " 2021.2.1 " ,
4
+ "version" : " 2021.2.3 " ,
5
5
"preview" : true ,
6
6
"publisher" : " ms-vscode" ,
7
7
"description" : " (Preview) Develop PowerShell scripts in Visual Studio Code!" ,
You can’t perform that action at this time.
0 commit comments