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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add new project settings page, where users can edit project classpath, compiler settings, Maven settings and more. The page can be accessed by clicking the Java status bar item and selecting Open Project Settings. Or trigger the command Java: Open Project Settings from the command palette.
Changed
Java: Configure Java Runtime command now opens the new project settings page.
Fixed
Avoid duplicated entries displayed in classpath page. #1314