Skip to content

Commit

Permalink
Add vscode command to search for views by name (talonhub#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaresty committed Apr 15, 2024
1 parent 8b6dbe8 commit cf1e66c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/vscode/vscode.talon
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ please [<user.text>]:
user.vscode("workbench.action.showCommands")
insert(user.text or "")

go view [<user.text>]:
user.vscode("workbench.action.openView")
insert(user.text or "")

# Sidebar
bar explore: user.vscode("workbench.view.explorer")
bar extensions: user.vscode("workbench.view.extensions")
Expand Down

0 comments on commit cf1e66c

Please sign in to comment.