-
Notifications
You must be signed in to change notification settings - Fork 510
Closed
Description
Like when using JetBrains IDEA, the IDE provides the ability to manage JDKs globally, which allows developers to specify a uniform JDK version based on the set global JDKs regardless of what JetBrains plugin they are using, but in VSCode, each feature is supported as an extension, and each extension doesn't have a uniformly managed JDKs This is a headache for developers. Each extension has to set a JDK path, and there is no entry point that can be globally referenced. I'm not even sure what version of the JDK the extension is working with, and what version of the JDK is being used to compile the project. It's very confusing.
