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 3fd5311 commit bc19afeCopy full SHA for bc19afe
vscode-dotty/src/extension.ts
@@ -16,7 +16,7 @@ export function activate(context: ExtensionContext) {
16
extensionContext = context
17
outputChannel = vscode.window.createOutputChannel('Dotty Language Client');
18
19
- const sbtArtifact = "org.scala-sbt:sbt-launch:1.1.4"
+ const sbtArtifact = "org.scala-sbt:sbt-launch:1.1.5"
20
const loadPluginArtifact = "ch.epfl.scala:load-plugin_2.12:0.1.0+2-496ac670"
21
const languageServerArtifactFile = `${vscode.workspace.rootPath}/.dotty-ide-artifact`
22
const languageServerDefaultConfigFile = path.join(extensionContext.extensionPath, './out/default-dotty-ide-config')
0 commit comments