-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find compatible PlatformIO Core #2284
Comments
Yes! What was the reason that you disabled the built-in PlatformIO Core? |
platformio-ide.useBuiltinPIOCore
setting
platformio-ide.useBuiltinPIOCore
setting
Did you install PlatformIO IDE? https://docs.platformio.org/en/latest/integration/ide/vscode.html#installation |
I'm seeing the same, when I have explicitly set {
"platformio-ide.useBuiltinPIOCore": false,
"platformio-ide.useBuiltinPython": false,
"platformio-ide.disablePIOHomeStartup": true,
"platformio-ide.pioHomeServerHttpPort": 8008,
...
} because I'm using I already started an instance of the server with Or, in other words, it appears that the extension is trying to install the builtin PIO core and run it, even when turned off in the settings could be considered a bug AFAICS? Also, pressing "PIO Home -> Open" leads to a timout, indicating that the extention refuses to accept that I'm running my own pio home instance and doesn't consider the default host:port (whereby as seen above the port is actually explicitly configured), which seems to be contrary to reasonable expectation. |
Getting the same issue here on NixOS. I can get everything working (run, home, etc) with just using |
Have similar issues, |
Could you reset |
I had the smae problem, thanks to AI all sorted, these are the steps I took CMD: pio update CMD: pip uninstall platformio Open VScode and install PIO Extension again |
Is there any progress on a fix for this? On NixOS as-well and current experiencing the same behavior. |
The wiki was edited by @delan with information how to use my PR under That said, there are different ways to solve it (the above is merely a workaround, even though it's halfway toward a fundamentally cleaner solution for |
Despite my tries on following the Wiki Page of NixOS, I still can't seem to run VSCode without getting the error message
Info: |
Did you run |
Solution
Open VSCode settings and enable
platformio-ide.useBuiltinPIOCore
%23 Description of problem
Leave a comment...
BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN
%23 Configuration
VSCode: 1.69.1
PIO IDE: v2.5.0
System: Windows_NT, 10.0.18363, x64
%23 Exception
The text was updated successfully, but these errors were encountered: