summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
deleted file mode 100644
index 4edc48b..0000000
--- a/.vscode/tasks.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "version": "2.0.0",
- "tasks": [
- {
- "type": "cmake",
- "label": "CMake: build",
- "command": "build",
- "targets": [
- "all"
- ],
- "group": "build",
- "problemMatcher": [],
- "detail": "CMake template build task"
- }
- ]
-} \ No newline at end of file