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 13cf060 commit 385b0c0Copy full SHA for 385b0c0
lua/java-core/ls/servers/jdtls/plugins.lua
@@ -26,7 +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' },
+ ['vs-code-spring-boot-tools'] = { 'jars/*.jar' },
30
}
31
32
---Returns a list of .jar file paths for given list of jdtls plugins
0 commit comments