Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

testforstephen
Copy link
Collaborator

Signed-off-by: Jinbo Wang jinbwan@microsoft.com

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.

…able

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
@Eskibear
Copy link
Contributor

it makes sense to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants