Skip to content

Commit 3786d5d

Browse files
Update CHANGELOG.md (#640)
* Update CHANGELOG.md * Update CHANGELOG.md
1 parent e313354 commit 3786d5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## 0.21.0 - 2019-08-26
88
### 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).
9+
- Add menu entries to `Run` and `Debug` a Java application when you right click a Java file in file explorer or opened editor. [#626](https://github.com/microsoft/vscode-java-debug/issues/626).
1010

1111
### Changed
1212
- Remove hard dependency of redhat.java. [PR#617](https://github.com/microsoft/vscode-java-debug/pull/617).
1313
- Change the default console to integrated terminal. [#605](https://github.com/microsoft/vscode-java-debug/issues/605).
1414

1515
### Fixed
1616
- Java language server is activated by mistake when debugging a non-Java project. [#238](https://github.com/microsoft/vscode-java-debug/issues/238).
17+
- [Windows] `integratedTerminal` console does not showing unicode characters. [#524](https://github.com/microsoft/vscode-java-debug/issues/524).
1718
- Contribution from [pi1024e](https://github.com/pi1024e): Fix UI typos. [PR#630](https://github.com/microsoft/vscode-java-debug/pull/630).
1819

1920
Thank [pi1024e](https://github.com/pi1024e) for contribution.

0 commit comments

Comments
 (0)