Skip to content

Client-side code to communicate with VSCode command server from talon

Notifications You must be signed in to change notification settings

cursorless-dev/talon-command-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/cursorless-dev/talon-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-command-client split:main

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

git remote add talon-command-client [email protected]:cursorless-dev/talon-command-client.git

About

Client-side code to communicate with VSCode command server from talon

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages