Skip to content

Commit bd511c1

Browse files
Added command description
1 parent 9bc38a3 commit bd511c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/common/src/cursorlessCommandIds.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ export const cursorlessCommandDescriptions: Record<
9090
"Bulk save scope tests for the active document",
9191
),
9292
["cursorless.showDocumentation"]: new VisibleCommand("Show documentation"),
93+
["cursorless.showInstallationDependencies"]: new VisibleCommand(
94+
"Show installation dependencies",
95+
),
9396
["cursorless.showScopeVisualizer"]: new VisibleCommand(
9497
"Show the scope visualizer",
9598
),

packages/cursorless-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
{
108108
"command": "cursorless.showInstallationDependencies",
109-
"title": "Cursorless: Show installation dependencies view"
109+
"title": "Cursorless: Show installation dependencies"
110110
},
111111
{
112112
"command": "cursorless.showScopeVisualizer",

0 commit comments

Comments
 (0)