vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Make the setting 'java.import.gradle.java.home' to be machine-overridable

Open testforstephen opened this issue 3 years ago • 0 comments

Signed-off-by: Jinbo Wang [email protected]

We have an enterprise partner that is trying to adopt VS Code as their Java development tool. To help their team to on board to VS Code more smoothly, they developed an internal command line tool to generate Java settings in .vscode/settings.json by one-click. They hope all JDK related settings to be workspace changable. This is a reasonable idea since workspace-level settings are more easily customized by third-party tools.

In addition, we already do that for most JDK-related settings such as 'java.jdt.ls.java.home', 'java.configuration.runtimes', it makes sense for me to change java.import.gradle.java.home to machine-overridable.

testforstephen avatar Aug 11 '22 04:08 testforstephen