File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11# PowerShell Extension Release History
22
3+ ## v2021.9.1-preview
4+ ### Tuesday, September 14, 2021
5+
6+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7+
8+ - 🐛 📺 [ vscode-powershell #3105 ] ( https://github.com/PowerShell/vscode-powershell/pull/3564 ) - Remove accidentally enabled commands.
9+ - ✨ 👷 [ vscode-powershell #2450 ] ( https://github.com/PowerShell/vscode-powershell/pull/3555 ) - Bundle the extension.
10+
11+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
12+
13+ No changes.
14+
315## v2021.9.0
416### Thursday, September 09, 2021
517
Original file line number Diff line number Diff line change 11{
2- "name" : " powershell" ,
3- "displayName" : " PowerShell" ,
4- "version" : " 2021.9.0 " ,
5- "preview" : false ,
2+ "name" : " powershell-preview " ,
3+ "displayName" : " PowerShell Preview " ,
4+ "version" : " 2021.9.1 " ,
5+ "preview" : true ,
66 "publisher" : " ms-vscode" ,
7- "description" : " Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
7+ "description" : " (Preview) 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_Icon .png" ,
19+ "icon" : " media/PowerShell_Preview_Icon .png" ,
2020 "galleryBanner" : {
2121 "color" : " #ACD1EC" ,
2222 "theme" : " light"
You can’t perform that action at this time.
0 commit comments