Skip to content

I got duplicated compile problems with MS C/C++ extension #2571

Closed Answered by bobbrow
wkjung asked this question in Q&A
Discussion options

You must be logged in to vote

I set the configuration like "configurationProvider": "ms-vscode.cmake-tools". Is this intended or I'm experiencing somewhat of a bug? How do I change this behavior?

This is currently the expected behavior. Both extensions are reporting the same problem because they are aware of it and want to let you know. Neither extension turns off errors based on the existence of another extension that might also report the error. You have a couple of options for how to manage the problems report though:

  1. The Problems panel has a text box in the top-right corner that lets you hide errors based on an expression. You can type "C/C++" to see just the ones from the C++ extension, or "GCC" to see the one…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wkjung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants