summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-29 14:13:32 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-29 14:13:32 +0100
commit0a6731cb0da012e660a164a5698d73a44b62bee7 (patch)
tree935bb8785c87a6350421c647b6a0cd2ed5cfb0d2 /.vscode/tasks.json
parentb46e890143ed04506be92219d38d2c48344b52fb (diff)
parentd0c671a8aedb76607e09da24ac39309d4c1c14dc (diff)
Merge branch 'main' of https://github.com/dawidg81/minesweeper
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