Skip to content

Commit 385b0c0

Browse files
committed
fix a reference to old package name
1 parent 13cf060 commit 385b0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +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' },
29+
['vs-code-spring-boot-tools'] = { 'jars/*.jar' },
3030
}
3131

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

0 commit comments

Comments
 (0)