File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.21.0 - 2019-08-26
8
+ ### Added
9
+ - Add ` Run ` and ` Debug ` menu in the context menu of file explorer/editor. [ #626 ] ( https://github.com/microsoft/vscode-java-debug/issues/626 ) .
10
+
11
+ ### Changed
12
+ - Remove hard dependency of redhat.java. [ PR #617 ] ( https://github.com/microsoft/vscode-java-debug/pull/617 ) .
13
+ - Change the default console to integrated terminal. [ #605 ] ( https://github.com/microsoft/vscode-java-debug/issues/605 ) .
14
+
15
+ ### Fixed
16
+ - Java language server is activated by mistake when debugging a non-Java project. [ #238 ] ( https://github.com/microsoft/vscode-java-debug/issues/238 ) .
17
+ - Contribution from [ pi1024e] ( https://github.com/pi1024e ) : Fix UI typos. [ PR #630 ] ( https://github.com/microsoft/vscode-java-debug/pull/630 ) .
18
+
19
+ Thank [ pi1024e] ( https://github.com/pi1024e ) for contribution.
20
+
7
21
## 0.20.0 - 2019-07-01
8
22
### Fixed
9
23
- Fix: Adding wrong jar version to the classpath. [ #566 ] ( https://github.com/microsoft/vscode-java-debug/issues/566 ) .
You can’t perform that action at this time.
0 commit comments