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 6c96e80 commit 657e1c4Copy full SHA for 657e1c4
lua/java-core/ls/servers/jdtls/plugins.lua
@@ -26,6 +26,7 @@ local plug_jar_map = {
26
'com.microsoft.java.test.plugin-*.jar',
27
},
28
['java-debug-adapter'] = { '*.jar' },
29
+ ['spring-boot-tools'] = { 'jars/*.jar' },
30
}
31
32
---Returns a list of .jar file paths for given list of jdtls plugins
lua/java-core/utils/lsp.lua
0 commit comments