parent
5031c63df5
commit
ddda9174a9
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -4,6 +4,23 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 0.12.0 - 2018-8-29
|
||||||
|
### Added
|
||||||
|
- Start without debugging. See [#351](https://github.com/Microsoft/vscode-java-debug/issues/351).
|
||||||
|
- Add the validation to mainClass and projectName before launching. See [#355](https://github.com/Microsoft/vscode-java-debug/issues/355).
|
||||||
|
- Add "Learn More" link jumps to the associated troubleshooting paragraph [#360](https://github.com/Microsoft/vscode-java-debug/issues/360).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Put recently used main class in the top [#350](https://github.com/Microsoft/vscode-java-debug/issues/350).
|
||||||
|
- Enable evaluation for hovers [#297](https://github.com/Microsoft/vscode-java-debug/issues/297).
|
||||||
|
- Distinguish user errors and system errors [#288](https://github.com/Microsoft/vscode-java-debug/issues/288).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix: vulnerabilities issue [PR#356](https://github.com/Microsoft/vscode-java-debug/pull/356).
|
||||||
|
- Fix: NPE for CompletionsProvider [PR#206](https://github.com/Microsoft/java-debug/pull/206).
|
||||||
|
- Fix: Debugger slow when watching variables [#305](https://github.com/Microsoft/vscode-java-debug/issues/305).
|
||||||
|
- Fix: Should not include test classes in classpath [#111](https://github.com/Microsoft/vscode-java-debug/issues/111).
|
||||||
|
|
||||||
## 0.11.0 - 2018-8-2
|
## 0.11.0 - 2018-8-2
|
||||||
### Added
|
### Added
|
||||||
- Add a troubleshooting page for common errors. See [the troubleshooting guide](https://github.com/Microsoft/vscode-java-debug/blob/master/Troubleshooting.md).
|
- Add a troubleshooting page for common errors. See [the troubleshooting guide](https://github.com/Microsoft/vscode-java-debug/blob/master/Troubleshooting.md).
|
||||||
|
@ -130,3 +147,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
- Callstacks
|
- Callstacks
|
||||||
- Threads
|
- Threads
|
||||||
- Debug console
|
- Debug console
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue