Skip to content

Commit d557c1e

Browse files
committed
Add new command to lighweght test suite
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
1 parent c54c6ec commit d557c1e

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
@@ -29,7 +29,8 @@ suite('Java Language Extension - LightWeight', () => {
2929
Commands.RESTART_LANGUAGE_SERVER,
3030
Commands.FILESEXPLORER_ONPASTE,
3131
Commands.CHANGE_JAVA_SEARCH_SCOPE,
32-
Commands.OPEN_JAVA_DASHBOARD
32+
Commands.OPEN_JAVA_DASHBOARD,
33+
"java.runtimes.add"
3334
].sort();
3435
const foundJavaCommands = commands.filter((value) => {
3536
return JAVA_COMMANDS.indexOf(value)>=0 || value.startsWith('java.');

0 commit comments

Comments
 (0)