Skip to content

Commit 657e1c4

Browse files
authored
feat: spring boot support (#73)
1 parent 6c96e80 commit 657e1c4

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

lua/java-core/ls/servers/jdtls/plugins.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ local plug_jar_map = {
2626
'com.microsoft.java.test.plugin-*.jar',
2727
},
2828
['java-debug-adapter'] = { '*.jar' },
29+
['spring-boot-tools'] = { 'jars/*.jar' },
2930
}
3031

3132
---Returns a list of .jar file paths for given list of jdtls plugins

lua/java-core/utils/lsp.lua

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

0 commit comments

Comments
 (0)