Release 0.26.0
Added
- Support picking a Java process to auto attach. #759.
Fixed
- When running the Gradle application, the test scope is not filtered out. #715.
- Conditional breakpoint fails in the multi thread scenario. #782.
- Show a warning message about the Unsupported JDK error. #789.
- vmArgs in launch.json does not accept an array of strings. #778.
- Activate the extension before execute Java extension commands. #775.
Changed
- Contribution from Mathias Fußenegger: Extend readme with basic low level usage instructions. java-debug#327.