Skip to content

Commit

Permalink
Prepare for 0.27.0 (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Jun 3, 2024
1 parent 805a1d3 commit 6748982
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.27.0
### Added
- Add new project settings page, where users can edit project classpath, compiler settings, Maven settings and more. The page can be accessed by clicking the Java status bar item and selecting `Open Project Settings`. Or trigger the command `Java: Open Project Settings` from the command palette.

### Changed
- `Java: Configure Java Runtime` command now opens the new project settings page.

### Fixed
- Avoid duplicated entries displayed in classpath page. [#1314](https://github.com/microsoft/vscode-java-pack/issues/1314)

## 0.26.0
### Changed
- Improve the classpath configuration page so that it can update the classpath for Maven and Gradle projects.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Extension Pack for Java",
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
"license": "MIT",
"version": "0.26.0",
"version": "0.27.0",
"publisher": "vscjava",
"preview": false,
"engines": {
Expand Down

0 comments on commit 6748982

Please sign in to comment.