Language mode mistakenly automatically moves C -> C++ #8848
Unanswered
Alexander (ltWolfik)
asked this question in
Q&A
Replies: 1 comment 4 replies
|
You could try setting C_Cpp.autoAddFileAssociations to false. If your files end with |
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.
In some C projects, for example on iwd, sometimes on opening .h file language mode mistakenly automatically changes to C++.
I disabled
workbench.editor.languageDetection, but this behavior continues.Does anyone know how to fix the problem?
VS Code version: 1.63.2
OS: Linux x64 5.16.0-1-default
C/C++ Extension version: v1.7.1
All reactions