You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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:
Is there a way to use PlatformIO IDE without necessarily having to use
cpptools
? For example, usingclangd
,clang-forma
t andclang-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.6The text was updated successfully, but these errors were encountered: