Try to make folder in home path with “pio” name
in my case (two host with ubuntu (home and work) have “pio” folder in home… and when i renamed it - all begin work correct.
oh one moment which i forget - ‘pio’ folder is folder where stored my project’s
$ set
…
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
…
i think - it’s standart… but trouble real - and only after update vscode to 1.51… before this update all work ok with ‘pio’ folder in home. and if i can help - just tell - i can get you ssh to my host for additional debug this situation…
Yes, we migrated to a short version of the PlatformIO Core CLI tool named pio. So, we normalized all our pages, including docs. The previous versions of the extension were calling the platformio command.
well, we know that, but I think that wasn’t the problem. After this update, for people that had /home/user/pio as workspace, vscode couldn’t build any project into this workspace, only by renaming the workspace “pio” to another one, vscode worked again.
I tried various mentioned methods on my machine (Apple M1 macOS 13.4 Beta (22F5027f)), including reinstalling the PlatformIO extension and local installation of platformio, but nothing worked until I commented out the line from my .zshrc file (for which I don’t remember how it got there):