We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0a9e5 commit 367f0ffCopy full SHA for 367f0ff
.vscode/settings.json
@@ -55,5 +55,9 @@
55
"C_Cpp_Runner.useLeakSanitizer": false,
56
"C_Cpp_Runner.showCompilationTime": false,
57
"C_Cpp_Runner.useLinkTimeOptimization": false,
58
- "C_Cpp_Runner.msvcSecureNoWarnings": false
+ "C_Cpp_Runner.msvcSecureNoWarnings": false,
59
+ "files.associations": {
60
+ "*.c": "c",
61
+ "ctype.h": "c"
62
+ }
63
}
0 commit comments