I have an ESP8266. My son created a project on Linux and I run W11, both VSCode. We share the code through Github. I downloaded the project but it has only /dev/ttyS0-32 and not COMxx ports.
I added in platform.ini upload upload_port COM5 but that does not work. I read that you should use portnumers 10 and above so I used COM10. And that does not work either. If I select the monitor and that tried to open .dev/ttyS0-31. Where can I disable this behaviour?
seems PlatformIO runs in WSL
PlatformIO by default does not run inside WSL. Make sure you have your VSCode instance disconnected from WSL. Reinstall the extension if needed.