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