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

Confirm behaviour for java.home setting #331

Open
TrevCraw opened this issue May 2, 2024 · 0 comments
Open

Confirm behaviour for java.home setting #331

TrevCraw opened this issue May 2, 2024 · 0 comments
Labels
design Outstanding design decisions documentation Improvements or additions to documentation

Comments

@TrevCraw
Copy link
Contributor

TrevCraw commented May 2, 2024

Investigate if we support the java.home setting as described in the VS Code Settings:
image

It is defined in package.json here:

"liberty.terminal.useJavaHome": {
"type": "boolean",
"default": false,
"description": "If this value is true, and if the setting java.home has a value, then the environment variable JAVA_HOME will be set to the value of java.home when a new terminal window is created.",
"scope": "window"
}

If we do, we should add documentation for this in the user guide.

Related to #188.

@TrevCraw TrevCraw added documentation Improvements or additions to documentation design Outstanding design decisions labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Outstanding design decisions documentation Improvements or additions to documentation
Projects
Development

No branches or pull requests

1 participant