summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2017-04-22 16:13:21 -0700
committerGeorge Fraser <george@fivetran.com>2017-04-22 16:13:21 -0700
commit2b75ed343ca119077129ca9aba219a9e5a8d3e6a (patch)
tree0d2b14ada71b2040aac7f4cd0b2efb3d614bdcd5 /.vscode
parent8196fb7742f0ffb60faee8ccc16bb6f18dd564ee (diff)
downloadjava-language-server-2b75ed343ca119077129ca9aba219a9e5a8d3e6a.zip
Switch to java.externalDependencies mechanism
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d30e10b..ce5b9f1 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,5 +8,27 @@
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
- "typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
+ "typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
+ "java.externalDependencies": [
+ "org.apache.commons:commons-lang3:jar:3.4:compile",
+ "com.google.code.gson:gson:jar:2.7:compile",
+ "org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.12.0-SNAPSHOT:compile",
+ "org.hamcrest:hamcrest-all:jar:1.3:test",
+ "org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.12.0-SNAPSHOT:compile",
+ "com.fasterxml.jackson.core:jackson-databind:jar:2.5.0:compile",
+ "org.hamcrest:hamcrest-core:jar:1.3:test",
+ "org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:0.2.0-SNAPSHOT:compile",
+ "com.sun:tools:jar:1.8:compile",
+ "org.jsoup:jsoup:jar:1.9.2:compile",
+ "com.google.guava:guava:jar:18.0:compile",
+ "junit:junit:jar:4.11:test",
+ "org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.12.0-SNAPSHOT:compile",
+ "com.fasterxml.jackson.core:jackson-core:jar:2.5.0:compile",
+ "org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.2.0-SNAPSHOT:compile",
+ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.5.0:compile",
+ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.5.0:compile",
+ "com.kotcrab.remark:remark:jar:1.0.0:compile",
+ "com.fasterxml.jackson.core:jackson-annotations:jar:2.5.0:compile",
+ "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.2.0-SNAPSHOT:compile"
+ ]
} \ No newline at end of file