Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [0.13.0](https://github.com/bazel-contrib/vscode-bazel/compare/v0.12.0...v0.13.0) (2025-09-07)


### Features

* **codelens:** Sort Bazel build targets by name length in codelens ([#464](https://github.com/bazel-contrib/vscode-bazel/issues/464)) ([3c48c7a](https://github.com/bazel-contrib/vscode-bazel/commit/3c48c7a864c6f1be783ee97c0e7b5d542a4b3dc9))
* **navigation:** Add 'Copy Label To Clipboard' to command palette ([#467](https://github.com/bazel-contrib/vscode-bazel/issues/467)) ([edbdffc](https://github.com/bazel-contrib/vscode-bazel/commit/edbdffc00451f5472068e3141cdb151b7d4a01fb))
* **navigation:** Add "Go to BUILD file" command ([66f699c](https://github.com/bazel-contrib/vscode-bazel/commit/66f699c945fd3e8720590bfe03f49818a66c0d61))
* **navigation:** Add "Go to Label" command ([bc2abea](https://github.com/bazel-contrib/vscode-bazel/commit/bc2abeaffedbe0a0d7d218679d0a7fc54ea868e0))


### Bug Fixes

* Use "go to" instead of "jump" ([#468](https://github.com/bazel-contrib/vscode-bazel/issues/468)) ([30bf975](https://github.com/bazel-contrib/vscode-bazel/commit/30bf975b7954a7323c315c476ebfe6584b9d1609))

## [0.12.0](https://github.com/bazel-contrib/vscode-bazel/compare/v0.11.0...v0.12.0) (2025-07-13)


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 @@ -2,7 +2,7 @@
"name": "vscode-bazel",
"displayName": "Bazel",
"description": "Bazel BUILD integration",
"version": "0.12.0",
"version": "0.13.0",
"publisher": "BazelBuild",
"license": "Apache-2.0",
"repository": {
Expand Down