File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2022.7.0-preview
4
+ ### Monday, July 11, 2022
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ - ✨ 📺 [ vscode-powershell #4063 ] ( https://github.com/PowerShell/vscode-powershell/pull/4063 ) - Change configuration title to just ` PowerShell ` .
9
+ - ✨ 📖 [ vscode-powershell #4062 ] ( https://github.com/PowerShell/vscode-powershell/pull/4062 ) - Add note about accidentally disabling completions.
10
+
11
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
12
+
13
+ - 🐛 🛫 [ PowerShellEditorServices #1849 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1851 ) - Add ` Directory.Exists() ` check to ` SetInitialWorkingDirectoryAsync() ` .
14
+ - ✨ 🚨 [ PowerShellEditorServices #1850 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1850 ) - Catch ` OperationCanceledException ` in both command loops.
15
+ - ✨ 🚨 [ PowerShellEditorServices #1793 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1848 ) - Improve CI stability.
16
+ - ✨ 🚨 [ PowerShellEditorServices #1846 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1846 ) - Add end-to-end Pester unit test.
17
+
3
18
## v2022.6.3
4
19
### Wednesday, June 30, 2022
5
20
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " powershell" ,
3
- "displayName" : " PowerShell" ,
4
- "version" : " 2022.6.3 " ,
5
- "preview" : false ,
2
+ "name" : " powershell-preview " ,
3
+ "displayName" : " PowerShell Preview " ,
4
+ "version" : " 2022.7.0 " ,
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.59.0"
10
10
},
16
16
" Snippets" ,
17
17
" Linters"
18
18
],
19
- "icon" : " media/PowerShell_Icon .png" ,
19
+ "icon" : " media/PowerShell_Preview_Icon .png" ,
20
20
"galleryBanner" : {
21
21
"color" : " #ACD1EC" ,
22
22
"theme" : " light"
You can’t perform that action at this time.
0 commit comments