Skip to content

Commit c54c6ec

Browse files
committed
Add java.runtimes.add command to test
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
1 parent e718b81 commit c54c6ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ suite('Java Language Extension - Standard', () => {
128128
Commands.FILESEXPLORER_ONPASTE,
129129
Commands.RESOLVE_PASTED_TEXT,
130130
Commands.CHANGE_JAVA_SEARCH_SCOPE,
131-
Commands.OPEN_JAVA_DASHBOARD
131+
Commands.OPEN_JAVA_DASHBOARD,
132+
"java.runtimes.add"
132133
].sort();
133134
const foundJavaCommands = commands.filter((value) => {
134135
return JAVA_COMMANDS.indexOf(value)>=0 || value.startsWith('java.');

0 commit comments

Comments
 (0)