-
Notifications
You must be signed in to change notification settings - Fork 510
Closed
Description
The management of the JDK is quite chaotic—there’s a difference between the runtime JDK and the JDK that the project actually requires, and it's unclear how to configure them properly. It is recommended that the extension directly support selecting both the JDK used at runtime by the extension and the JDK needed for building or running the project. Please take a look at how JetBrains IDEA handles this; otherwise, the core JDK environment in the development setup will become very cumbersome to manage.