File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments