`PlatformIO: Build` does nothing in vscode

I had this problem, and it turned out that I had changed the setting “task.autoDetect” to off, because I was getting irrelevant tasks in that context. Took a long time to figure out, and 10 seconds to fix, so it’s probably worth it to check that you have the right value. If you have it set to off, the build, etc. UI and functions are still there, they just don’t connect to anything.

1 Like