redhat-developer / redhat-developer/vscode-java
Allow manually specify java runtime per project
Open
Nobody has claimed this yet.
question
runtime
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
[provide a description of the issue]
Environment
- Operating System: arch linux
- JDK version: 16
- Visual Studio Code version: 1.60
- Java extension version: 0.82
There is java.configuration.runtimes with default:true option to select default runtime. However I have a gradle project where extension tries to use JDK 16, instead of 8. java.configuration.runtimes are not supported to be set locally
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the Java extension reads java.configuration.runtimes and selects a runtime for Gradle projects. Verify the behavior with the reported Arch Linux, JDK 16, and JDK 8 setup; done means a project can set its runtime locally without changing the global default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100