Skip to content

Commit 08caebf

Browse files
[ignore] terms Misc better language in CL (#2582)
1 parent 5e391ab commit 08caebf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
- 🐛🐢 [vscode-PowerShell #2438](https://github.com/PowerShell/vscode-powershell/pull/2447/) -
9393
Fixes test failures in Pester contexts not showing up in the Problems pane. (Thanks @tillig!)
9494
- 🐛🔍 [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.
9696
- 👷 [vscode-PowerShell #2465](https://github.com/PowerShell/vscode-powershell/pull/2465) -
9797
Move macOS CI images to 10.14 (Thanks @bergmeister!)
9898

@@ -117,7 +117,7 @@
117117
Improve PSReadLine experience where no new line is rendered in the console.
118118
- ✨🔍 [PowerShellEditorServices #1119](https://github.com/powershell/powershelleditorservices/pull/1119) -
119119
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.
121121
- 👷📟 [PowerShellEditorServices #1187](https://github.com/PowerShell/PowerShellEditorServices/pull/1187) -
122122
Upgrade built-in PSReadLine to 2.0.0 GA.
123123
- 🐛👮 [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
10721072
Handle exception case when finding references of a symbol
10731073

10741074
- [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
10761076

10771077
- [PowerShell/vscode-powershell #917](https://github.com/PowerShell/vscode-powershell/issues/917) -
10781078
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!
13081308
the CodeLens feature.
13091309

13101310
- [#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
13121312
block.
13131313

13141314
- [#852](https://github.com/PowerShell/vscode-powershell/issues/852) -

0 commit comments

Comments
 (0)