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+ ## v2022.12.2-preview
4+ ### Tuesday, December 20, 2022
5+
6+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7+
8+ - 🐛 🛫 [ vscode-powershell #4329 ] ( https://github.com/PowerShell/vscode-powershell/pull/4331 ) - Automatically find "PowerShell Daily" at its common path.
9+
10+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices ) v3.7.2
11+
12+ - 🐛 🔍 [ vscode-powershell #4174 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1975 ) - Fix several bugs in the debugger.
13+ - #️⃣ 🙏 [ PowerShellEditorServices #1973 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1973 ) - Update ` Microsoft.PowerShell.SDK ` with workaround.
14+
315## v2022.12.1
416### Thursday, December 15, 2022
517
Original file line number Diff line number Diff line change 11{
2- "name" : " powershell" ,
3- "displayName" : " PowerShell" ,
4- "version" : " 2022.12.1 " ,
5- "preview" : false ,
2+ "name" : " powershell-preview " ,
3+ "displayName" : " PowerShell Preview " ,
4+ "version" : " 2022.12.2 " ,
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.67.0"
1010 },
2323 " PowerShell" ,
2424 " pwsh"
2525 ],
26- "icon" : " media/PowerShell_Icon .png" ,
26+ "icon" : " media/PowerShell_Preview_Icon .png" ,
2727 "galleryBanner" : {
2828 "color" : " #ACD1EC" ,
2929 "theme" : " light"
You can’t perform that action at this time.
0 commit comments