Commit a180e4c
committed
Fix #357: Watch evaluation causes debugger hang
This issue is caused when VS Cod sends watch expression evaluation
requests after the debugger has been resumed. This issue has been fixed
in the most recent builds of VS Code but we must have a guard for this on
our side for those who are still using VS Code Stable.1 parent 3e785a1 commit a180e4c
File tree
1 file changed
+11
-5
lines changed- src/PowerShellEditorServices.Protocol/Server
1 file changed
+11
-5
lines changedLines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
772 | 778 | | |
773 | 779 | | |
774 | 780 | | |
| |||
0 commit comments