Skip to content

Instantly share code, notes, and snippets.

@cer
Created February 27, 2025 07:50
Show Gist options
  • Save cer/d8fec756ff808aeafe8a5fca3236817c to your computer and use it in GitHub Desktop.
Save cer/d8fec756ff808aeafe8a5fca3236817c to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "Build Chapter 04",
"type": "shell",
"command": "...my shell command...",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment