File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2021.9.2-preview
4
+ ### Wednesday, September 29, 2021
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ - #️⃣ 🙏 [ vscode-powershell #3593 ] ( https://github.com/PowerShell/vscode-powershell/pull/3593 ) - Remove ` mocha-junit-reporter ` package by relying on Mocha's xUnit module.
9
+ - #️⃣ 🙏 [ vscode-powershell #3592 ] ( https://github.com/PowerShell/vscode-powershell/pull/3592 ) - Remove unused feature commands. (Thanks @CrendKing !)
10
+ - #️⃣ 🙏 [ vscode-powershell #3591 ] ( https://github.com/PowerShell/vscode-powershell/pull/3591 ) - Bump dependencies and lockfile.
11
+ - 🐛 🚨 [ vscode-powershell #3570 ] ( https://github.com/PowerShell/vscode-powershell/pull/3570 ) - Fix path regressions and cover with tests.
12
+
13
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
14
+
15
+ No changes.
16
+
3
17
## v2021.9.1-preview
4
18
### Tuesday, September 14, 2021
5
19
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.9.1 " ,
4
+ "version" : " 2021.9.2 " ,
5
5
"preview" : true ,
6
6
"publisher" : " ms-vscode" ,
7
7
"description" : " (Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
You can’t perform that action at this time.
0 commit comments