Added
- Jump to source when clicking the stack trace printed to the terminal. PR#890.
- Contribute
Run
andDebug
menus to Project Explorer. #878. - Provide a user setting
java.debug.settings.vmArgs
to set the default VM arguments to launch your program. #220,#876. - Provide a user setting
java.debug.settings.onBuildFailureProceed
to force the debug session to proceed when build fails. #888.
Changed
- Allow cancelling the outdated codelens job. PR#881.