From 87072f3a6a271b05d0b3c88b5eba4be43cb5a89f Mon Sep 17 00:00:00 2001 From: matv864 Date: Thu, 9 Jan 2025 22:42:08 +1000 Subject: [PATCH] / --- .gitignore | 3 ++- .vscode/tasks.json | 28 ---------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.gitignore b/.gitignore index 4083906..1b50932 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -_trash/ \ No newline at end of file +_trash/ +.vscode/ \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 6a85229..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "tasks": [ - { - "type": "cppbuild", - "label": "C/C++: g++.exe build active file", - "command": "C:\\MinGW\\bin\\g++.exe", - "args": [ - "-fdiagnostics-color=always", - "-g", - "${file}", - "-o", - "${fileDirname}\\${fileBasenameNoExtension}.exe" - ], - "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