Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 6944a2d

Browse files
committed
Bump language server version
1 parent 44bfe24 commit 6944a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pomIncludeRepository := { _ => false }
99

1010
lazy val commonSettings = Seq(
1111
organization := "com.github.dragos",
12-
version := "0.1.1-SNAPSHOT",
12+
version := "0.1.2-SNAPSHOT",
1313
resolvers += "dhpcs at bintray" at "https://dl.bintray.com/dhpcs/maven",
1414
libraryDependencies ++= Seq(
1515
"org.scalatest" %% "scalatest" % "2.2.6" % "test"

scala/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function activate(context: ExtensionContext) {
4646
proxyArgs = [javaProxyHttpHost,javaProxyHtppPort,javaProxyHttpsHost,javaProxyHttpsPort]
4747
} else proxyArgs = []
4848

49-
let coursierArgs = ['launch', '-r', 'https://dl.bintray.com/dhpcs/maven', '-r', 'sonatype:snapshots', '-J', toolsJar, 'com.github.dragos:ensime-lsp_2.11:0.1.1-SNAPSHOT', '-M', 'org.github.dragos.vscode.Main'];
49+
let coursierArgs = ['launch', '-r', 'https://dl.bintray.com/dhpcs/maven', '-r', 'sonatype:snapshots', '-J', toolsJar, 'com.github.dragos:ensime-lsp_2.11:0.1.2-SNAPSHOT', '-M', 'org.github.dragos.vscode.Main'];
5050
let javaArgs = proxyArgs.concat(['-Dvscode.workspace=' + workspace.rootPath, '-jar', coursierPath]).concat(coursierArgs);
5151
// The debug options for the server
5252
let debugOptions = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000,quiet=y'];

0 commit comments

Comments
 (0)