-
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.
- Loading branch information
Showing
7 changed files
with
481 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
export const BACKEND_STARTING = "backend-starting" | ||
export const BACKEND_STOPPING = "backend-stopping" | ||
export const BACKEND_STOPPED = "backend-stopped" | ||
export const IS_BACKEND_RUNNING = "is-backend-running" | ||
|
||
|
||
export const OPEN_A_WORKSPACE = "open-a-workspace" | ||
export const CREATE_A_WORKSPACE = "create-a-workspace" | ||
export const CHOOSE_DIRECTORY = "choose-directory" | ||
|
||
export const IS_BACKEND_RUNNING = "is-backend-running" | ||
export const SHOW_LINK_CONTEXT_MENU = "show-link-context-menu" | ||
export const OPEN_NEW_WINDOW = "open-new-window" |
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
Oops, something went wrong.