Whenever I start the build process I get a “Task error” notification, with the following output:
Error: The PlatformIO task detection didn’t contribute a task for the following configuration:
{
“type”: “PlatformIO”,
“args”: [
“run”
],
“problemMatcher”: [
“$platformio”
]
}
The task will be ignored.
However the build process seems to work normally.
What can I check?
Thanks
Giovanni
Yes, I removed tasks.json, rebuilt the project and the error did not show up anymore. If rhallado confirms the same we can close the issue.
Thank you very much!
Giovanni