Guest User

Untitled

a guest
Feb 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "version": "1.0.0",
  3. "tasks": [
  4. {
  5. "label": "compile and run",
  6. "type": "shell",
  7. "command": "OF_ROOT=/your/of/root/path make && OF_ROOT=/your/of/root/path make RunRelease",
  8. "group": {
  9. "kind": "build",
  10. "isDefault": true
  11. }
  12. }
  13. ]
  14. }
Add Comment
Please, Sign In to add comment