Skip to content

vs code c_cpp-tools "configurationProvider" set to cmake-tools breaks intellisense #3

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
bv7dev opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bv7dev
Copy link
Owner

bv7dev commented Oct 29, 2024

In c_cpp_properties.json should be the line:

"configurationProvider": "ms-vscode.cmake-tools"

to get a configuration based on projects CMake setup

Currently there is a bug somewhere which causes intellisense to break and throw the following error:

nostdlib requires at least one forced using

Currently the only solution is to not use configurationProvider at all.

VSCode version: 1.94.2
C_Cpp extension version: v1.22.10
CMake Tools extension version: v1.19.52

CMake bundled with MS Visual Studio 2022 used.

@bv7dev bv7dev added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant