-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the Talon rpc library as the single source of truth for the rpc server protocol. Is also used by: https://github.com/AndreasArvidsson/clippy https://github.com/AndreasArvidsson/talon-browser
- Loading branch information
1 parent
c94f885
commit 0ea02a2
Showing
10 changed files
with
37 additions
and
317 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 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,7 +1 @@ | ||
// How old a request file needs to be before we declare it stale and are willing | ||
// to remove it | ||
export const STALE_TIMEOUT_MS = 60000; | ||
|
||
// The amount of time that client is expected to wait for VSCode to perform a | ||
// command, in seconds | ||
export const VSCODE_COMMAND_TIMEOUT_MS = 3000; | ||
export const RPC_DIR_NAME = "vscode-command-server"; |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.