build: release 0.27.5#1024
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the vscode-java-dependency extension for the 0.27.5 release by aligning the published version metadata with the already-created changelog section and adding the missing user-facing changelog entry.
Changes:
- Bump extension version from
0.27.4→0.27.5inpackage.json. - Bump corresponding versions in
package-lock.json(root andpackages[""]). - Add the missing
0.27.5changelog entry for PR #1020 (Java LSP tool selection guidance tuning).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates extension version to 0.27.5 for the release. |
| package-lock.json | Keeps lockfile metadata in sync with the new 0.27.5 version. |
| CHANGELOG.md | Completes the 0.27.5 release notes with the missing user-facing perf entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chagong
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump version to
0.27.5and complete the changelog for this release.Changes
versionto0.27.5inpackage.jsonandpackage-lock.json(the0.27.5CHANGELOG heading landed in docs(changelog): add PR #1022 entry #1023 without the version bump).Dependency bumps (#1018) and test-only PRs (#1019) are omitted, consistent with the existing changelog convention of listing only user-facing changes.