From dba310232cf89f125250b6b627c9e83e8afefcf2 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Sat, 10 Aug 2024 06:29:59 -0700 Subject: [PATCH] fix: Change explorer UI label to "Bazel Targets" (#409) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac86d5f2..97f13c24 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 5e598b62..bab267bb 100644 --- a/package.json +++ b/package.json @@ -445,7 +445,7 @@ "explorer": [ { "id": "bazelWorkspace", - "name": "Bazel Build Targets", + "name": "Bazel Targets", "when": "bazel.haveWorkspace" } ]