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? |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions