Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Plugin wrongly adds JavaSE-8 entry java.configuration.runtimes in settings.json #21

Open
RAIMUNDOS54 opened this issue May 4, 2023 · 2 comments
Assignees

Comments

@RAIMUNDOS54
Copy link

This entry is added by the plugin. It can't be found. Even if the right entry is already added, which is JavaSE-1.8, the problem persists.

{
  "name": "JavaSE-8",
  "path": "C:\\Program Files\\GraalVM\\graalvm-ee-java8-21.3.4"
}

Thank you.

@MartinBalin MartinBalin self-assigned this May 5, 2023
@MartinBalin
Copy link
Collaborator

the problem is that "name" should be JavaSE-1.8 instead of 8, right?

@RAIMUNDOS54
Copy link
Author

That's correct. But as I see, the name JavaSE-1.8 is already there. I just don't know if the extension adds only the SE-8, only the SE-1.8 or both since I used the Red Hat and Microsoft Java extensions for some time. But we all know the only valid entry name here is the JavaSE-1.8.

The bottom line is: the extension is trying to work with something that will never be accepted by VSCode.

Thank you for your responsiveness.

the problem is that "name" should be JavaSE-1.8 instead of 8, right?

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

No branches or pull requests

2 participants