You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/suite/editors/playgroundController.test.ts
+48-7Lines changed: 48 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -406,6 +406,48 @@ suite('Playground Controller Test Suite', function () {
406
406
});
407
407
});
408
408
409
+
test('it shows an error message and restarts, and connects the language server when an error occurs in executeAll (out of memory can cause this)',async()=>{
410
+
constmockConnectionDisposedError=newError(
411
+
'Pending response rejected since connection got disposed'
0 commit comments