Skip to content

Possibility to use Platformio IDE without depending on the ms-vscode.cpptools extension #4284

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

Open
kr4fty opened this issue Apr 8, 2025 · 1 comment

Comments

@kr4fty
Copy link

kr4fty commented Apr 8, 2025

I currently use VSCode, VSCodium, under Linux, and when I install PlatformIO IDE, cpptools is installed as a dependency. So far, so good.
When I restart and try to open my project, cpptools gives me the following error message:

The C/C++ extension may be used only with Microsoft Visual Studio, Visual Studio for Mac, Visual Studio Code, Azure DevOps, Team Foundation Server, and successor Microsoft products and services to develop and test your applications.

Is there a way to use PlatformIO IDE without necessarily having to use cpptools? For example, using clangd, clang-format and clang-tidy

Edit:
platformio.platformio-ide: v3.3.4
ms-vscode.cpptools: v1.24.5

as an alternative solution downgrade ms-vscode.cpptools to version 1.23.6

@psolyca
Copy link

psolyca commented Apr 8, 2025

#1940

I disable C/C++ extension so platformio is deactivated also. So I use the command line to build, upload and monitor inside VSCodium.
You should be able to activate the platformio environnement in VSCodium to use commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants