aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 17f51f5e..06a08bfc 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -2,20 +2,6 @@
"version": "2.0.0",
"tasks": [
{
- "label": "create openocd build",
- "type": "shell",
- "command": "/opt/create_build_openocd.sh",
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "presentation": {
- "reveal": "always",
- "panel": "shared"
- },
- "problemMatcher": []
- },
- {
"label": "update submodules",
"type": "shell",
"command": "git submodule update --init",
@@ -31,14 +17,6 @@
"panel": "shared"
},
"problemMatcher": []
- },
- {
- "label": "BuildInit",
- "dependsOn": [
- "update submodules",
- "create openocd build"
- ],
- "problemMatcher": []
}
]
} \ No newline at end of file