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 1
1
# PowerShell Extension Release History
2
2
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
+
3
15
## v2022.12.1
4
16
### Thursday, December 15, 2022
5
17
Original file line number Diff line number Diff line change 1
1
{
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 ,
6
6
"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!" ,
8
8
"engines" : {
9
9
"vscode" : " ^1.67.0"
10
10
},
23
23
" PowerShell" ,
24
24
" pwsh"
25
25
],
26
- "icon" : " media/PowerShell_Icon .png" ,
26
+ "icon" : " media/PowerShell_Preview_Icon .png" ,
27
27
"galleryBanner" : {
28
28
"color" : " #ACD1EC" ,
29
29
"theme" : " light"
You can’t perform that action at this time.
0 commit comments