25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "C/C++: build active file",
|
|
"windows": {
|
|
"command": "cl.exe",
|
|
"args": [
|
|
"/Zi",
|
|
"/EHsc",
|
|
"/Fe:",
|
|
"${fileDirname}\\${fileBasenameNoExtension}.exe",
|
|
"${file}"
|
|
],
|
|
"problemMatcher": ["$msCompile"],
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Task generated by Debugger."
|
|
}
|
|
]
|
|
} |