Skip to content

Commit f0971cf

Browse files
committed
Gitignore settings.json and remove tools.jar dependency
This classpath hack is no longer needed as of Java 11+.
1 parent f38a7cb commit f0971cf

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ node_modules
1111
*.vsix
1212
*.log
1313
out
14+
.vscode/*
15+
!.vscode/launch.json
16+
!.vscode/tasks.json

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

adapter/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ dependencies {
2323
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
2424
implementation 'org.jetbrains.kotlin:kotlin-reflect'
2525
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")
2826
testImplementation 'junit:junit:4.12'
2927
testImplementation 'org.hamcrest:hamcrest-all:1.3'
3028
}

0 commit comments

Comments
 (0)