Better rewrite recipe integration into IDE quick fix and assist
This commit is contained in:
@@ -103,22 +103,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<ExtensionAP
|
||||
enableJdtClasspath: VSCode.extensions.getExtension('redhat.java')?.exports?.serverMode === 'Standard'
|
||||
})
|
||||
},
|
||||
highlightCodeLensSettingKey: 'boot-java.highlight-codelens.on',
|
||||
vmArgs: [
|
||||
'--add-modules=ALL-SYSTEM',
|
||||
'--add-exports',
|
||||
'jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED',
|
||||
'--add-exports',
|
||||
'jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED',
|
||||
'--add-exports',
|
||||
'jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED',
|
||||
'--add-exports',
|
||||
'jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED',
|
||||
'--add-exports',
|
||||
'jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED',
|
||||
'--add-exports',
|
||||
'jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED'
|
||||
]
|
||||
highlightCodeLensSettingKey: 'boot-java.highlight-codelens.on'
|
||||
};
|
||||
|
||||
// Register launch config contributior to java debug launch to be able to connect to JMX
|
||||
|
||||
Reference in New Issue
Block a user