Skip to content

Instantly share code, notes, and snippets.

@johnX9
Last active May 21, 2018 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnX9/6c36a5dc228f0774b852b6241b3953e5 to your computer and use it in GitHub Desktop.
Save johnX9/6c36a5dc228f0774b852b6241b3953e5 to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"reveal": "always",
"options": {
"cwd": "${workspaceRoot}"
},
"tasks": [
{
"label": "CMake",
"type": "shell",
"command": "sh ${workspaceRoot}/.vscode/scripts/compile.sh"
},
{
"label": "Build",
"type": "shell",
"command": "sh ${workspaceRoot}/.vscode/scripts/build.sh"
},
{
"label": "Generate ABI",
"type": "shell",
"command": "sh ${workspaceRoot}/.vscode/scripts/generate.sh ${fileDirname} ${fileBasenameNoExtension}",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment