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 b05f287 commit a3555c8Copy full SHA for a3555c8
vscode-dotty/src/extension.ts
@@ -116,9 +116,8 @@ function connectToSbt(coursierPath: string): Thenable<rpc.MessageConnection> {
116
}
117
118
/** Mark sbt server as alive in the status bar */
119
-function markSbtUp(timeout?: NodeJS.Timer) {
+function markSbtUp() {
120
sbtStatusBar.text = "sbt server: up $(check)"
121
- if (timeout) clearTimeout(timeout)
122
123
124
/** Mark sbt server as dead and try to reconnect */
0 commit comments