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
+ ## v2021.9.0-preview
4
+ ### Tuesday, September 07, 2021
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ - ✨ 📖 [ vscode-powershell #3544 ] ( https://github.com/PowerShell/vscode-powershell/pull/3544 ) - Document the trace server setting is valid (despite Code's warning). (Thanks @michal037 !)
9
+ - #️⃣ 🔍 [ vscode-powershell #3522 ] ( https://github.com/PowerShell/vscode-powershell/pull/3542 ) - Allow PowerShell session to start and stop the debugger interface.
10
+
11
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
12
+
13
+ - 🐛 📟 [ PowerShellEditorServices #24977523 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1571 ) - Implement ` LengthInBufferCells ` to fix ANSI formatting. (Thanks @SeeminglyScience !)
14
+ - ✨ 🔍 [ vscode-powershell #3522 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1570 ) - Send ` stopDebugger ` notification when appropriate.
15
+ - 🐛 🔍 [ vscode-powershell #3537 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1569 ) - Fix bug with ` ExecuteScriptWithArgsAsync ` when ` script ` is a command.
16
+
3
17
## v2021.8.3-preview
4
18
### Monday, August 30, 2021
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" : " 2021.8.3 " ,
4
+ "version" : " 2021.9.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