summaryrefslogtreecommitdiff
path: root/sw/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'sw/.vscode/tasks.json')
-rw-r--r--sw/.vscode/tasks.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/sw/.vscode/tasks.json b/sw/.vscode/tasks.json
deleted file mode 100644
index da7b267..0000000
--- a/sw/.vscode/tasks.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "version": "2.0.0",
- "tasks": [
- {
- "label": "Build",
- "type": "cmake",
- "command": "build",
- "problemMatcher": "$gcc",
- "group": {
- "kind": "build",
- "isDefault": true
- }
- }
- ]
-}