Replies: 2 comments 4 replies
|
Where is that error coming from? It doesn't appear to be from our extension. Something seems to be interpreting the file as C++ instead of C. What is the file's extension? What language is shown in the VS Code status bar in the bottom right? Are there any files.associations set? |
0 replies
Is there a way to tell from the
.c
EDIT: I am realizing that it's showing a configuration and not a language. Here is the config from c_cpp_properties
The only file associations I have are |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Greetings,
I am getting red, squiggly error reports that pertain to C++ in a C11 code base. For instance,
gives an error
Is there a way to tell the plugin to only use ANSI suggestions in some files?
All reactions