Guest User

Untitled

a guest
May 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "reveal": "always",
  4. "options": {
  5. "cwd": "${workspaceRoot}"
  6. },
  7. "tasks": [
  8. {
  9. "label": "CMake",
  10. "type": "shell",
  11. "command": "sh ${workspaceRoot}/.vscode/scripts/compile.sh"
  12. },
  13. {
  14. "label": "Build",
  15. "type": "shell",
  16. "command": "sh ${workspaceRoot}/.vscode/scripts/build.sh"
  17. },
  18. {
  19. "label": "Generate ABI",
  20. "type": "shell",
  21. "command": "sh ${workspaceRoot}/.vscode/scripts/generate.sh ${fileDirname} ${fileBasenameNoExtension}",
  22. }
  23. ]
  24. }
Add Comment
Please, Sign In to add comment