Skip to content

Commit afe938c

Browse files
committed
vscode-dotty: don't show warning if LSP tracing doesn't work
This isn't something users really care about, and it can happen when they go offline for example.
1 parent 70c03b8 commit afe938c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vscode-dotty/src/tracer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ export class Tracer {
242242
type: event.type
243243
}))
244244
)
245-
vscode.window.showWarningMessage('An error occured in Dotty LSP remote tracing connection.')
246245
}
247246

248247
socket.onclose = (event) => {
@@ -255,7 +254,6 @@ export class Tracer {
255254
reason: event.reason
256255
}))
257256
)
258-
vscode.window.showWarningMessage('Dotty LSP remote tracing connection was dropped.')
259257
}
260258

261259
return socket

0 commit comments

Comments
 (0)