Created
June 3, 2019 09:03
-
-
Save windows98SE/5529089b2f33133a901ae7ba10654141 to your computer and use it in GitHub Desktop.
The command to execute for the terminal
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
Show hidden characters
{ | |
// The command to execute for the terminal, leave blank for the OS default | |
// See https://github.com/wbond/sublime_terminal#examples for examples | |
"terminal": "C:\\Dropbox\\Win\\Console2\\Console.exe", | |
// A list of default parameters to pass to the terminal, this can be | |
// overridden by passing the "parameters" key with a list value to the args | |
// dict when calling the "open_terminal" or "open_terminal_project_folder" | |
// commands | |
"parameters": ["-d", "."], | |
// An environment variables changeset. Default environment variables used for the | |
// terminal are inherited from sublime. Use this mapping to overwrite/unset. Use | |
// null value to indicate that the environment variable should be unset. | |
"env": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment