File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2022.2.0-preview
4
+ ### Wednesday, February 02, 2022
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ Just including several PSES fixes, namely around the F5 and F8 bugs.
9
+
10
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
11
+
12
+ - 🐛 📟 [ vscode-powershell #3786 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1691 ) - Print prompt and command when ` WriteInputToHost ` is true.
13
+ - 🐛 📟 [ vscode-powershell #3685 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1690 ) - Display prompt after ` F8 ` finishes.
14
+ - 🐛 🔍 [ vscode-powershell #3522 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1685 ) - Synchronize PowerShell debugger and DAP server state.
15
+ - ✨ 🔍 [ PowerShellEditorServices #1680 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1680 ) - Display ` DictionaryEntry ` as key/value pairs in debugger. (Thanks @JustinGrote !)
16
+
3
17
## v2022.1.1-preview
4
18
### Monday, January 24, 2022
5
19
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.1.1 " ,
4
+ "version" : " 2022.2.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