-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
First, thank you for this great extension! It is exactly what I was looking for.
I had one issue:
I always got the message "Python 3 is required" and the extension did not start. I had Python 3 in my path and the terminal of VSCode did use Python 3. Setting pythonPath of the Python extension also did not help.
I investigated further and found out that the PlatformIO extension that I had installed uses version 2.7 of Python which is bundled with the extension. Somehow, your extension was using the Python version bundled with another extension.
It might be a bug with VSCode.
Anyway, it would be helpful if your extension had a pythonPath setting like the Python extension to choose the appropriate Python version.
Reactions are currently unavailable