|
92 | 92 | - 🐛🐢 [vscode-PowerShell #2438](https://github.com/PowerShell/vscode-powershell/pull/2447/) - |
93 | 93 | Fixes test failures in Pester contexts not showing up in the Problems pane. (Thanks @tillig!) |
94 | 94 | - 🐛🔍 [vscode-PowerShell #2548](https://github.com/PowerShell/vscode-powershell/pull/2458) - |
95 | | - Show error message instead of hanging when temp debugging is used with an untitled file. |
| 95 | + Show error message instead of not responding when temp debugging is used with an untitled file. |
96 | 96 | - 👷 [vscode-PowerShell #2465](https://github.com/PowerShell/vscode-powershell/pull/2465) - |
97 | 97 | Move macOS CI images to 10.14 (Thanks @bergmeister!) |
98 | 98 |
|
|
117 | 117 | Improve PSReadLine experience where no new line is rendered in the console. |
118 | 118 | - ✨🔍 [PowerShellEditorServices #1119](https://github.com/powershell/powershelleditorservices/pull/1119) - |
119 | 119 | Enable new debugging APIs added in PowerShell 7, improving performance and fixing issues where |
120 | | - the debugger would hang or be unable to update breakpoints while scripts were running. |
| 120 | + the debugger would stop responding or be unable to update breakpoints while scripts were running. |
121 | 121 | - 👷📟 [PowerShellEditorServices #1187](https://github.com/PowerShell/PowerShellEditorServices/pull/1187) - |
122 | 122 | Upgrade built-in PSReadLine to 2.0.0 GA. |
123 | 123 | - 🐛👮 [PowerShellEditorServices #1179](https://github.com/PowerShell/PowerShellEditorServices/pull/1179) - |
@@ -1072,7 +1072,7 @@ As stated above, this version of the PowerShell extension only works with Window |
1072 | 1072 | Handle exception case when finding references of a symbol |
1073 | 1073 |
|
1074 | 1074 | - [PowerShell/vscode-powershell #942](https://github.com/PowerShell/vscode-powershell/issues/942) - |
1075 | | - Temporary debugging session now does not hang when running "PowerShell Interactive Session" debugging configuration |
| 1075 | + Temporary debugging session now does not stop responding when running "PowerShell Interactive Session" debugging configuration |
1076 | 1076 |
|
1077 | 1077 | - [PowerShell/vscode-powershell #917](https://github.com/PowerShell/vscode-powershell/issues/917) - |
1078 | 1078 | Added PowerShell.InvokeRegisteredEditorCommand command to be used from HTML preview views for invoking editor commands registered in PowerShell. Thanks to [Kamil Kosek](https://github.com/kamilkosek)! |
@@ -1308,7 +1308,7 @@ Special thanks to [Doug Finke](https://github.com/dfinke) for the contribution! |
1308 | 1308 | the CodeLens feature. |
1309 | 1309 |
|
1310 | 1310 | - [#851](https://github.com/PowerShell/vscode-powershell/issues/851) - |
1311 | | - Fixed an issue where the language server would hang when typing out a describe |
| 1311 | + Fixed an issue where the language server would stop responding when typing out a describe |
1312 | 1312 | block. |
1313 | 1313 |
|
1314 | 1314 | - [#852](https://github.com/PowerShell/vscode-powershell/issues/852) - |
|
0 commit comments