Skip to content

Commit 19a5278

Browse files
committed
Add java.runtimes.add command to test
Signed-off-by: Thomas Mäder <[email protected]>
1 parent 14a6ec7 commit 19a5278

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
@@ -127,7 +127,8 @@ suite('Java Language Extension - Standard', () => {
127127
Commands.RESOLVE_SOURCE_ATTACHMENT,
128128
Commands.FILESEXPLORER_ONPASTE,
129129
Commands.RESOLVE_PASTED_TEXT,
130-
Commands.CHANGE_JAVA_SEARCH_SCOPE
130+
Commands.CHANGE_JAVA_SEARCH_SCOPE,
131+
"java.runtimes.add"
131132
].sort();
132133
const foundJavaCommands = commands.filter((value) => {
133134
return JAVA_COMMANDS.indexOf(value)>=0 || value.startsWith('java.');

0 commit comments

Comments
 (0)