|
@@ -1,28 +0,0 @@
|
|
|
-{
|
|
|
|
|
- "tasks": [
|
|
|
|
|
- {
|
|
|
|
|
- "type": "cppbuild",
|
|
|
|
|
- "label": "C/C++: gcc-11 build active file",
|
|
|
|
|
- "command": "/usr/bin/gcc-11",
|
|
|
|
|
- "args": [
|
|
|
|
|
- "-fdiagnostics-color=always",
|
|
|
|
|
- "-g",
|
|
|
|
|
- "${file}",
|
|
|
|
|
- "-o",
|
|
|
|
|
- "${fileDirname}/build/${fileBasenameNoExtension}"
|
|
|
|
|
- ],
|
|
|
|
|
- "options": {
|
|
|
|
|
- "cwd": "${fileDirname}"
|
|
|
|
|
- },
|
|
|
|
|
- "problemMatcher": [
|
|
|
|
|
- "$gcc"
|
|
|
|
|
- ],
|
|
|
|
|
- "group": {
|
|
|
|
|
- "kind": "build",
|
|
|
|
|
- "isDefault": true
|
|
|
|
|
- },
|
|
|
|
|
- "detail": "Task generated by Debugger."
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
- "version": "2.0.0"
|
|
|
|
|
-}
|
|
|