-
Notifications
You must be signed in to change notification settings - Fork 324
Closed
Labels
Description
The VisualVM Integration extension for VS Code has some usability issues on macOS:
- Select File/Folder dialogs don't show window caption, the user may be confused what is the purpose / what should be selected
- Selecting the toplevel JDK installation folder (like
/Library/Java/JavaVirtualMachines/graalvm-jdk-17.0.11+7.1
) is not supported
This is how the described issues could be improved:
- Improve the Select button text to suggest what should be selected
- Automatically expand the selected JDK installation to JAVA_HOME (like
/Library/Java/JavaVirtualMachines/graalvm-jdk-17.0.11+7.1/Contents/Home
)