Skip to content

Commit

Permalink
Update to tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
feasel0 committed Dec 19, 2024
1 parent 651960e commit 78fc419
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@
{
"label": "Build ESP32 Unit Tests (QEMU)",
"type": "shell",
"command": "source scripts/activate.sh; scripts/build/build_examples.py --target esp32-qemu-tests build",
"problemMatcher": []
},
{
"label": "Rebuild ESP32 Unit Tests (QEMU)",
"type": "shell",
"command": "source scripts/activate.sh; src/test_driver/esp32/clean.sh; scripts/build/build_examples.py --target esp32-qemu-tests build",
"problemMatcher": []
},
Expand Down

0 comments on commit 78fc419

Please sign in to comment.