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
I currently use VSCode, VSCodium, under Linux, and when I install PlatformIO IDE,
cpptoolsis 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-format andclang-tidyEdit:
platformio.platformio-ide: v3.3.4
ms-vscode.cpptools: v1.24.5
as an alternative solution downgrade
ms-vscode.cpptoolsto version 1.23.6