We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d1c6b commit 7f7d9c0Copy full SHA for 7f7d9c0
src/inbox.ts
@@ -52,6 +52,7 @@ export class Inbox implements vscode.Disposable {
52
53
this.#socket.on("error", (error) => {
54
this.notifyError(error)
55
+ this.dispose();
56
})
57
58
this.#socket.on("message", (data) => {
0 commit comments