remoevd tasks.json - doesn't seem to be needed...

This commit is contained in:
Joe Tretter
2020-09-22 16:52:37 -05:00
parent 8e76c7f515
commit e490c42898
3 changed files with 3 additions and 29 deletions

View File

@@ -1,13 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Pre-Debug",
"problemMatcher": [
"$platformio"
],
"label": "PlatformIO: Build in debug mode"
}
]
}