File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2022.11.0-preview
4
+ ### Thursday, November 03, 2022
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ - ✨ 💭 [ vscode-powershell #4242 ] ( https://github.com/PowerShell/vscode-powershell/pull/4242 ) - Show warning when additional PowerShell is not found.
9
+ - 🐛 🛫 [ vscode-powershell #4241 ] ( https://github.com/PowerShell/vscode-powershell/pull/4241 ) - Guard ` -WaitForDebugger ` flag client-side too.
10
+ - ✨ 💭 [ vscode-powershell #4240 ] ( https://github.com/PowerShell/vscode-powershell/pull/4240 ) - Capture more logs.
11
+ - ✨ 💭 [ vscode-powershell #4235 ] ( https://github.com/PowerShell/vscode-powershell/pull/4235 ) - Refactor ` settings.ts ` .
12
+ - 🐛 📺 [ vscode-powershell #4149 ] ( https://github.com/PowerShell/vscode-powershell/pull/4233 ) - Add cross-platform installation to walkthrough.
13
+ - 🐛 🔍 [ vscode-powershell #4231 ] ( https://github.com/PowerShell/vscode-powershell/pull/4231 ) - Check script extension for current file only.
14
+
15
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices ) v3.6.1
16
+
17
+ - #️⃣ 🙏 [ PowerShellEditorServices #1947 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1947 ) - Manually update ` Newtonsoft.Json ` .
18
+ - 🐛 🚂 [ vscode-powershell #4175 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1946 ) - Bump OmniSharp to ` v0.19.6 ` .
19
+ - 🐛 🔍 [ vscode-powershell #4238 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1940 ) - Wrap script paths with single instead of double quotes.
20
+
3
21
## v2022.10.2-preview
4
22
### Tuesday, October 25, 2022
5
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " powershell-preview" ,
3
3
"displayName" : " PowerShell Preview" ,
4
- "version" : " 2022.10.2 " ,
4
+ "version" : " 2022.11.0 " ,
5
5
"preview" : true ,
6
6
"publisher" : " ms-vscode" ,
7
7
"description" : " (Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
You can’t perform that action at this time.
0 commit comments