Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created November 15, 2024 03:06
Show Gist options
  • Save fishyer/195fa1c7b74007e1a164bd9ba279138f to your computer and use it in GitHub Desktop.
Save fishyer/195fa1c7b74007e1a164bd9ba279138f to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "Run My Shell Script",
"type": "shell",
"workingDirectory": "${workspaceFolder}",
"command": "./shell/vscode_onsave.sh",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared",
"showReuseMessage": true,
"clear": false
},
"runOptions": {
"runOn": "save"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment