|
72 | 72 | Improve PSReadLine experience where no new line is rendered in the console.
|
73 | 73 | - ✨🔍 [PowerShellEditorServices #1119](https://github.com/powershell/powershelleditorservices/pull/1119) -
|
74 | 74 | Enable new debugging APIs added in PowerShell 7, improving performance and fixing issues where
|
75 |
| - the debugger would hang or be unable to update breakpoints while scripts were running. |
| 75 | + the debugger would stop responding or be unable to update breakpoints while scripts were running. |
76 | 76 | - 👷📟 [PowerShellEditorServices #1187](https://github.com/PowerShell/PowerShellEditorServices/pull/1187) -
|
77 | 77 | Upgrade built-in PSReadLine to 2.0.0 GA.
|
78 | 78 | - 🐛👮 [PowerShellEditorServices #1179](https://github.com/PowerShell/PowerShellEditorServices/pull/1179) -
|
@@ -701,7 +701,7 @@ Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and set
|
701 | 701 | Handle exception case when finding references of a symbol
|
702 | 702 |
|
703 | 703 | - [PowerShell/vscode-powershell #942](https://github.com/PowerShell/vscode-powershell/issues/942) -
|
704 |
| - Temporary debugging session now does not hang when running "PowerShell Interactive Session" debugging configuration in VS Code |
| 704 | + Temporary debugging session now does not stop responding when running "PowerShell Interactive Session" debugging configuration in VS Code |
705 | 705 |
|
706 | 706 | - [PowerShell/vscode-powershell #872](https://github.com/PowerShell/vscode-powershell/issues/872) -
|
707 | 707 | Watch variables with children are now expandable
|
@@ -791,7 +791,7 @@ Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and set
|
791 | 791 | the CodeLens feature.
|
792 | 792 |
|
793 | 793 | - [PowerShell/vscode-powershell#851](https://github.com/PowerShell/vscode-powershell/issues/851) -
|
794 |
| - Fixed an issue where the language server would hang when typing out a describe |
| 794 | + Fixed an issue where the language server would stop responding when typing out a describe |
795 | 795 | block.
|
796 | 796 |
|
797 | 797 | - [PowerShell/vscode-powershell#852](https://github.com/PowerShell/vscode-powershell/issues/852) -
|
|
0 commit comments