Advertisement
Guest User

vscode task.json

a guest
Jul 19th, 2017
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.25 KB | None | 0 0
  1. {
  2.     // See https://go.microsoft.com/fwlink/?LinkId=733558
  3.     // for the documentation about the tasks.json format
  4.     "version": "0.1.0",
  5.     "command": "g++",
  6.     "isShellCommand": true,
  7.     "args": ["main.cpp"],
  8.     "showOutput": "always"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement