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