Skip to content

Instantly share code, notes, and snippets.

@tsaoyu
Created August 4, 2020 09:52
Show Gist options
  • Save tsaoyu/a975dd24b31f65e9fc86ef15c3a8ddd8 to your computer and use it in GitHub Desktop.
Save tsaoyu/a975dd24b31f65e9fc86ef15c3a8ddd8 to your computer and use it in GitHub Desktop.
{
"actionButtons": {
"defaultColor": "#FFFFFF", // Can also use string color names.
"loadNpmCommands":false, // Disables automatic generation of actions for npm commands.
"reloadButton":"♻️", // Custom reload button text or icon (default ↻). null value enables automatic reload on configuration change
"commands": [
{
"cwd": "/home/yu/ORCA_control/utilities", // Terminal initial folder ${workspaceFolder} and os user home as defaults
"name": "Send to 🤖",
"singleInstance": true,
"command": "./push2pi.bash", // This is executed in the terminal.
}]}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment