Skip to content

Commit

Permalink
fix(vscode): adjust wording of cloud view actions (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Dec 5, 2024
1 parent c0b5d60 commit b574554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
"icon": "$(refresh)"
},
{
"title": "Show CI Pipeline Execution in Nx Cloud",
"title": "Open CI Pipeline Execution in Browser",
"command": "nxCloud.showCIPEInApp",
"icon": "$(link-external)"
},
Expand All @@ -654,12 +654,12 @@
"icon": "$(git-commit)"
},
{
"title": "Show Run in Nx Cloud",
"title": "Open Run in Browser",
"command": "nxCloud.showRunInApp",
"icon": "$(link-external)"
},
{
"title": "Open Nx Cloud App",
"title": "Open Workspace in Browser",
"command": "nxCloud.openApp",
"icon": "$(cloud)"
}
Expand Down

0 comments on commit b574554

Please sign in to comment.