forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move command client into core folder (talonhub#1678)
The reason the command client resides in the vscode folder is because it was designed for vscode originally, but now it's actually used for more applications so I'm moving it to the core folder instead. I will take care of the subtree. I have successfully run the split command on my computer.
- Loading branch information
1 parent
0f08fb8
commit 2100ebc
Showing
13 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
apps/vscode/command_client/README.md → core/command_client/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Talon VSCode command client | ||
# Talon command client | ||
|
||
This directory contains the client code for communicating with the [VSCode command server](https://marketplace.visualstudio.com/items?itemName=pokey.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. | ||
The source of truth is in /~https://github.com/talonhub/community/tree/main/core/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) | ||
|
||
```sh | ||
git subtree split --prefix=apps/vscode/command_client --annotate="[split] " -b split | ||
git subtree split --prefix=core/command_client --annotate="[split] " -b split | ||
git push git@github.com:cursorless-dev/talon-command-client.git split:main | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.