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 04a9d56 commit 501fbefCopy full SHA for 501fbef
vscode-dotty/src/extension.ts
@@ -130,9 +130,8 @@ function connectToSbt(coursierPath: string): Thenable<rpc.MessageConnection> {
130
}
131
132
/** Mark sbt server as alive in the status bar */
133
-function markSbtUp(timeout?: NodeJS.Timer) {
+function markSbtUp() {
134
sbtStatusBar.text = "sbt server: up $(check)"
135
- if (timeout) clearTimeout(timeout)
136
137
138
/** Mark sbt server as dead and try to reconnect */
0 commit comments