Skip to content

Instantly share code, notes, and snippets.

@rahulkushwaha12
Created April 15, 2018 07:46
Show Gist options
  • Save rahulkushwaha12/5d4b8ce7948cba55c55fe9ba0c936335 to your computer and use it in GitHub Desktop.
Save rahulkushwaha12/5d4b8ce7948cba55c55fe9ba0c936335 to your computer and use it in GitHub Desktop.
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "g++",
"args": [
"-g","${file}"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment