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 e16f4e75af
commit 1f53b29667

13
.vscode/tasks.json vendored
View File

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