Skip to content

Commit 5ba0ce7

Browse files
committed
Added frontend change as well
1 parent c8c46d2 commit 5ba0ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vscode/src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,8 @@ function doActivateWithJDK(specifiedJDK: string | null, context: ExtensionContex
10441044
'jdk.hints',
10451045
'jdk.format',
10461046
'jdk.java.imports',
1047-
'jdk.runConfig.vmOptions'
1047+
'jdk.runConfig.vmOptions',
1048+
'jdk.runConfig.cwd'
10481049
],
10491050
fileEvents: [
10501051
workspace.createFileSystemWatcher('**/*.java')

0 commit comments

Comments
 (0)