File tree Expand file tree Collapse file tree 2 files changed +12
-19
lines changed
Expand file tree Collapse file tree 2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 11# PowerShell Extension Release History
22
3- ## v2021.9.2-preview
4- ### Wednesday, September 29, 2021
3+ ## v2021.9.2
4+ ### Thursday, September 30, 2021
5+
6+ This release includes changes from both the ` v2021.9.1-preview ` and ` v2021.9.2-preview ` .
7+ There were no changes made to PowerShell Editor Services, but several several bugfixes
8+ made to the extension, and most notably, the extension code is now properly minified and
9+ bundled. This should result in a faster and more reliable extension.
510
611#### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
712
8- - #️⃣ 🙏 [ vscode-powershell #3593 ] ( https://github.com/PowerShell/vscode-powershell/pull/3593 ) - Remove ` mocha-junit-reporter ` package by relying on Mocha's xUnit module.
913- #️⃣ 🙏 [ 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.
1114- 🐛 🚨 [ 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-
17- ## v2021.9.1-preview
18- ### Tuesday, September 14, 2021
19-
20- #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
21-
2215- 🐛 📺 [ vscode-powershell #3105 ] ( https://github.com/PowerShell/vscode-powershell/pull/3564 ) - Remove accidentally enabled commands.
2316- ✨ 👷 [ vscode-powershell #2450 ] ( https://github.com/PowerShell/vscode-powershell/pull/3555 ) - Bundle the extension.
2417
Original file line number Diff line number Diff line change 11{
2- "name" : " powershell-preview " ,
3- "displayName" : " PowerShell Preview " ,
2+ "name" : " powershell" ,
3+ "displayName" : " PowerShell" ,
44 "version" : " 2021.9.2" ,
5- "preview" : true ,
5+ "preview" : false ,
66 "publisher" : " ms-vscode" ,
7- "description" : " (Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
7+ "description" : " Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
88 "engines" : {
99 "vscode" : " ^1.56.0"
1010 },
1616 " Snippets" ,
1717 " Linters"
1818 ],
19- "icon" : " media/PowerShell_Preview_Icon .png" ,
19+ "icon" : " media/PowerShell_Icon .png" ,
2020 "galleryBanner" : {
2121 "color" : " #ACD1EC" ,
2222 "theme" : " light"
You can’t perform that action at this time.
0 commit comments