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