aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks copy.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks copy.json')
-rw-r--r--.vscode/tasks copy.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/.vscode/tasks copy.json b/.vscode/tasks copy.json
deleted file mode 100644
index 4ede37a..0000000
--- a/.vscode/tasks copy.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: clang build active file",
- "command": "/usr/bin/clang",
- "args": [
- "-fcolor-diagnostics",
- "-fansi-escape-codes",
- "-g",
- "${file}",
- "-o",
- "${fileDirname}/${fileBasenameNoExtension}"
- ],
- "options": {
- "cwd": "${fileDirname}"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "Task generated by Debugger."
- }
- ],
- "version": "2.0.0"
-} \ No newline at end of file