You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added Java 17 to the workspace image to fix issues with VS Code Java extensions. But it breaks IntelliJ, since it picks up 17 instead of 11 for projects. We should make sure that we use a version configured in JAVA_HOME as default, not any.
Steps to reproduce
Start a workspace with IntelliJ on project with workspace full image.
Check project and module SDKs.
It should be 11, not 17.
Workspace affected
No response
Expected behavior
Default JDK should be set be default, not any.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Bug description
We added Java 17 to the workspace image to fix issues with VS Code Java extensions. But it breaks IntelliJ, since it picks up 17 instead of 11 for projects. We should make sure that we use a version configured in JAVA_HOME as default, not any.
Steps to reproduce
Workspace affected
No response
Expected behavior
Default JDK should be set be default, not any.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: