dotfiles/talon/user/community/apps/vscode/command_client
2024-11-16 20:27:38 -07:00
..
command_client.py add talon as an option; yet unconfigured 2024-11-16 20:27:38 -07:00
command_client_tag.py add talon as an option; yet unconfigured 2024-11-16 20:27:38 -07:00
README.md add talon as an option; yet unconfigured 2024-11-16 20:27:38 -07:00
visual_studio.py add talon as an option; yet unconfigured 2024-11-16 20:27:38 -07:00
vscode.py add talon as an option; yet unconfigured 2024-11-16 20:27:38 -07:00

Talon VSCode command client

This directory contains the client code for communicating with the VSCode command server.

Contributing

The source of truth is in https://github.com/talonhub/community/tree/main/apps/vscode/command_client, but the code is also maintained as a subtree at https://github.com/pokey/talon-vscode-command-client.

To contribute, first open a PR on community.

Once the PR is merged, you can push the changes to the subtree by running the following commands on an up-to-date community main: (need write access)

git subtree split --prefix=apps/vscode/command_client --annotate="[split] " -b split
git push talon-vscode-command-client split:master

Note that you'll need to have set the upstream up the first time:

git remote add talon-vscode-command-client git@github.com:pokey/talon-vscode-command-client.git