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 f38a7cb commit f0971cfCopy full SHA for f0971cf
.gitignore
@@ -11,3 +11,6 @@ node_modules
11
*.vsix
12
*.log
13
out
14
+.vscode/*
15
+!.vscode/launch.json
16
+!.vscode/tasks.json
.vscode/settings.json
adapter/build.gradle
@@ -23,8 +23,6 @@ dependencies {
23
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
24
implementation 'org.jetbrains.kotlin:kotlin-reflect'
25
implementation 'com.github.fwcd.kotlin-language-server:shared:c7e08424e9f5237c594c38ab51af475e40d256f2'
26
- // The Java Debug Interface classes (com.sun.jdi.*)
27
- implementation files("${System.properties['java.home']}/../lib/tools.jar")
28
testImplementation 'junit:junit:4.12'
29
testImplementation 'org.hamcrest:hamcrest-all:1.3'
30
}
0 commit comments