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 commandJava: 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