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 11# PowerShell Extension Release History
22
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+
318## v2022.6.3
419### Wednesday, June 30, 2022
520
Original file line number Diff line number Diff line change 11{
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 ,
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.59.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