You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
709 B
28 lines
709 B
{ |
|
"tasks": [ |
|
{ |
|
"type": "cppbuild", |
|
"label": "C/C++: cl.exe build active file", |
|
"command": "cl.exe", |
|
"args": [ |
|
"/Zi", |
|
"/EHsc", |
|
"/nologo", |
|
"/Fe${fileDirname}\\${fileBasenameNoExtension}.exe", |
|
"${file}" |
|
], |
|
"options": { |
|
"cwd": "${fileDirname}" |
|
}, |
|
"problemMatcher": [ |
|
"$msCompile" |
|
], |
|
"group": { |
|
"kind": "build", |
|
"isDefault": true |
|
}, |
|
"detail": "Task generated by Debugger." |
|
} |
|
], |
|
"version": "2.0.0" |
|
} |