Skip to content

Commit

Permalink
Merge pull request #3 from pokey/patch-1
Browse files Browse the repository at this point in the history
Add vscode context
  • Loading branch information
paul-schaaf committed Jun 7, 2023
2 parents f525dd8 + 499ee32 commit f024ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tree.talon
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
app: vscode
-
# This opens the file tree in the sidebar
bar tree: user.vscode("workbench.view.extension.filetree")

Expand Down Expand Up @@ -32,4 +34,4 @@ tree select <user.letters>:
tree git:
user.run_rpc_command("talon-filetree.toggleGitIgnoredFiles")
tree current:
user.run_rpc_command("talon-filetree.revealCurrentFile")
user.run_rpc_command("talon-filetree.revealCurrentFile")

0 comments on commit f024ba5

Please sign in to comment.