From 7ac513a90bb7971d0bfc065383baac94c00122bb Mon Sep 17 00:00:00 2001 From: Joshua Aresty Date: Tue, 20 Feb 2024 22:19:21 -0800 Subject: [PATCH 1/2] Add vscode command to search for views by name --- apps/vscode/vscode.talon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/vscode/vscode.talon b/apps/vscode/vscode.talon index 877f5fc9e3..2cb3475b16 100644 --- a/apps/vscode/vscode.talon +++ b/apps/vscode/vscode.talon @@ -14,6 +14,10 @@ please []: user.vscode("workbench.action.showCommands") insert(user.text or "") +view []: + user.vscode("workbench.action.openView") + insert(user.text or "") + # Sidebar bar explore: user.vscode("workbench.view.explorer") bar extensions: user.vscode("workbench.view.extensions") From 9bd10852e0f3e5069d94c369002c44af61a3e26e Mon Sep 17 00:00:00 2001 From: Joshua Aresty Date: Sun, 14 Apr 2024 09:43:40 -0700 Subject: [PATCH 2/2] Respond to pull request feedback --- apps/vscode/vscode.talon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/vscode.talon b/apps/vscode/vscode.talon index 2cb3475b16..fe36ac911e 100644 --- a/apps/vscode/vscode.talon +++ b/apps/vscode/vscode.talon @@ -14,7 +14,7 @@ please []: user.vscode("workbench.action.showCommands") insert(user.text or "") -view []: +go view []: user.vscode("workbench.action.openView") insert(user.text or "")