File tree 2 files changed +17
-1
lines changed 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2022.2.2-preview
4
+ ### Thursday, February 24, 2022
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ - 🐛 📟 [ vscode-powershell #3820 ] ( https://github.com/PowerShell/vscode-powershell/pull/3847 ) - Remove ` -NonInteractive ` from PowerShell startup sequence.
9
+
10
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
11
+
12
+ - 🐛 🛫 [ vscode-powershell #2658 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1726 ) - Avoid error when ` exclude ` entry is a clause.
13
+ - 🐛 🚂 [ vscode-powershell #3691 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1725 ) - Fix editor commands to interrupt current prompt.
14
+ - ✨ 🔍 [ PowerShellEditorServices #1724 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1724 ) - Re-enable line breakpoints for untitled scripts.
15
+ - ✨ 🙏 [ PowerShellEditorServices #1709 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1723 ) - Update PSReadLine to 2.2.2.
16
+ - 🐛 📟 [ vscode-powershell #3807 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1719 ) - Reset progress messages at end of REPL.
17
+ - 🐛 🕵️ [ PowerShellEditorServices #1718 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1718 ) - Return a code action for each diagnostic record. (Thanks @bergmeister !)
18
+
3
19
## v2022.2.1-preview
4
20
### Wednesday, February 16, 2022
5
21
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.2.1 " ,
4
+ "version" : " 2022.2.2 " ,
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