We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a5278 commit 3c9b691Copy full SHA for 3c9b691
1 file changed
test/lightweight-mode-suite/extension.test.ts
@@ -26,7 +26,8 @@ suite('Java Language Extension - LightWeight', () => {
26
Commands.CLEAN_SHARED_INDEXES,
27
Commands.RESTART_LANGUAGE_SERVER,
28
Commands.FILESEXPLORER_ONPASTE,
29
- Commands.CHANGE_JAVA_SEARCH_SCOPE
+ Commands.CHANGE_JAVA_SEARCH_SCOPE,
30
+ "java.runtimes.add"
31
].sort();
32
const foundJavaCommands = commands.filter((value) => {
33
return JAVA_COMMANDS.indexOf(value)>=0 || value.startsWith('java.');
0 commit comments