Skip to content

Commit 510fa55

Browse files
rzgryangelozerr
authored andcommitted
Fix missing space in java mode prompt
1 parent 443aa99 commit 510fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/javaServerMode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function waitForStandardMode() {
3838
// since standard mode switch can be triggered other ways.
3939
} else if (api.serverMode === ServerMode.LIGHTWEIGHT) {
4040
window.showInformationMessage(
41-
`MicroProfile Tools requires the Java language server to run in Standard mode.` +
41+
"MicroProfile Tools requires the Java language server to run in Standard mode. " +
4242
"Do you want to switch it to Standard mode now?",
4343
"Yes",
4444
"Later"

0 commit comments

Comments
 (0)