Skip to content

Commit 3c9b691

Browse files
committed
Add new command to lighweght test suite
Signed-off-by: Thomas Mäder <[email protected]>
1 parent 19a5278 commit 3c9b691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/lightweight-mode-suite/extension.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ suite('Java Language Extension - LightWeight', () => {
2626
Commands.CLEAN_SHARED_INDEXES,
2727
Commands.RESTART_LANGUAGE_SERVER,
2828
Commands.FILESEXPLORER_ONPASTE,
29-
Commands.CHANGE_JAVA_SEARCH_SCOPE
29+
Commands.CHANGE_JAVA_SEARCH_SCOPE,
30+
"java.runtimes.add"
3031
].sort();
3132
const foundJavaCommands = commands.filter((value) => {
3233
return JAVA_COMMANDS.indexOf(value)>=0 || value.startsWith('java.');

0 commit comments

Comments
 (0)