Skip to content

Commit 367f0ff

Browse files
committed
modified settings.json to include new editor settings
1 parent 1f0a9e5 commit 367f0ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@
5555
"C_Cpp_Runner.useLeakSanitizer": false,
5656
"C_Cpp_Runner.showCompilationTime": false,
5757
"C_Cpp_Runner.useLinkTimeOptimization": false,
58-
"C_Cpp_Runner.msvcSecureNoWarnings": false
58+
"C_Cpp_Runner.msvcSecureNoWarnings": false,
59+
"files.associations": {
60+
"*.c": "c",
61+
"ctype.h": "c"
62+
}
5963
}

0 commit comments

Comments
 (0)