|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
3 |
| -## v2021.9.0-preview |
4 |
| -### Tuesday, September 07, 2021 |
| 3 | +## v2021.9.0 |
| 4 | +### Thursday, September 09, 2021 |
5 | 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) |
| 6 | +This release includes changes from both `v2021.8.3-preview` and `v2021.9.0-preview`. |
12 | 7 |
|
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. |
| 8 | +A new `stopDebugger` notification was added that allows PowerShell Editor Services, |
| 9 | +the LSP module, to stop an attached UI debugger (such as VS Code's) |
| 10 | +for debugger sessions started by executing code with a `PSBreakpoint` attached. |
| 11 | +This may not work in all cases but should improve usability. |
16 | 12 |
|
17 |
| -## v2021.8.3-preview |
18 |
| -### Monday, August 30, 2021 |
| 13 | +The PowerShell status bar indicator no longer uses custom coloring but instead pulls from the user's theme. |
| 14 | +A formatting bug was fixed by community maintainer Patrick Meinecke. |
| 15 | +A regression in the debug launch configuration's `script` parameter was fixed and covered with a test. |
| 16 | +And finally, the bundled [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.20.0) |
| 17 | +was updated to `v1.20.0`. |
19 | 18 |
|
20 | 19 | #### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
|
21 | 20 |
|
| 21 | +- ✨ 📖 [vscode-powershell #3544](https://github.com/PowerShell/vscode-powershell/pull/3544) - Document the trace server setting is valid (despite Code's warning). (Thanks @michal037!) |
| 22 | +- #️⃣ 🔍 [vscode-powershell #3522](https://github.com/PowerShell/vscode-powershell/pull/3542) - Allow PowerShell session to start and stop the debugger interface. |
22 | 23 | - ✨ 📺 [vscode-powershell #2436](https://github.com/PowerShell/vscode-powershell/pull/3531) - Use status bar colors from theme instead of hardcoded values.
|
23 | 24 | - ✨ 🚨 [vscode-powershell #3529](https://github.com/PowerShell/vscode-powershell/pull/3530) - Extend CI test matrix and update readme(s).
|
24 | 25 |
|
25 | 26 | #### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
|
26 | 27 |
|
27 |
| -- ✨ 🕵️ [PowerShellEditorServices #1562](https://github.com/PowerShell/PowerShellEditorServices/pull/1562) - Pin PSScriptAnalyzer to `1.20.0`, Plaster to `1.1.3` and PSReadLine to `2.1.0`. |
| 28 | +- 🐛 📟 [PowerShellEditorServices #24977523](https://github.com/PowerShell/PowerShellEditorServices/pull/1571) - Implement `LengthInBufferCells` to fix ANSI formatting. (Thanks @SeeminglyScience!) |
| 29 | +- ✨ 🔍 [vscode-powershell #3522](https://github.com/PowerShell/PowerShellEditorServices/pull/1570) - Send `stopDebugger` notification when appropriate. |
| 30 | +- 🐛 🔍 [vscode-powershell #3537](https://github.com/PowerShell/PowerShellEditorServices/pull/1569) - Fix bug with `ExecuteScriptWithArgsAsync` when `script` is a command. |
| 31 | +- ✨ 🕵️ [PowerShellEditorServices #1562](https://github.com/PowerShell/PowerShellEditorServices/pull/1562) - Pin PSScriptAnalyzer to `v1.20.0`, Plaster to `v1.1.3` and PSReadLine to `v2.1.0`. |
28 | 32 |
|
29 | 33 | ## v2021.8.2
|
30 | 34 | ### Tuesday, August 24, 2021
|
|
0 commit comments