Skip to content

Commit

Permalink
fix: Change explorer UI label to "Bazel Targets" (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored Aug 10, 2024
1 parent 9c77c18 commit dba3102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This extension provides support for Bazel in Visual Studio.
## Features

- Syntax highlighting
- **Bazel Build Targets** tree displays the build packages/targets in your
- **Bazel Targets** tree displays the build packages/targets in your
workspace
- **CodeLens** links in BUILD files to directly launch a build or test by simply
clicking on the targets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
"explorer": [
{
"id": "bazelWorkspace",
"name": "Bazel Build Targets",
"name": "Bazel Targets",
"when": "bazel.haveWorkspace"
}
]
Expand Down

0 comments on commit dba3102

Please sign in to comment.