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 cf5ebea commit 474b906Copy full SHA for 474b906
src/inbox.ts
@@ -54,7 +54,7 @@ export class Inbox implements vscode.Disposable {
54
55
this.#socket.on("error", (error) => {
56
this.notifyError(error)
57
- this.dispose();
+ this.dispose()
58
})
59
60
this.#socket.on("message", (data) => {
0 commit comments