diff options
| author | Steven Noreyko <1909661+okyeron@users.noreply.github.com> | 2024-02-21 16:39:31 -0600 |
|---|---|---|
| committer | Steven Noreyko <1909661+okyeron@users.noreply.github.com> | 2024-02-21 16:39:31 -0600 |
| commit | 68442c423daf7e45aeb94f8e6c1e2b1dc242e225 (patch) | |
| tree | 87ef158d7934f29585fac61bfe8962e20bfcd834 /sw/.vscode/tasks.json | |
| parent | f9cd2526fc5878c52e290a8dc0bb9260c5bd797a (diff) | |
| download | plinky-68442c423daf7e45aeb94f8e6c1e2b1dc242e225.tar.gz | |
remove vscode/cmake stuff
Diffstat (limited to 'sw/.vscode/tasks.json')
| -rw-r--r-- | sw/.vscode/tasks.json | 15 |
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 - } - } - ] -} |
