QMK/.vscode/settings.json

26 lines
555 B
JSON

{
//"files.exclude": {
// "**/.build": true,
// "**/*.hex": true,
// "**/*.bin": true,
// "**/*.uf2": true
//},
"files.associations": {
"*.h": "c",
"*.c": "c",
"*.inc": "c",
"*.cpp": "cpp",
"*.hpp": "cpp",
"xstddef": "c",
"type_traits": "c",
"utility": "c",
"ranges": "c",
"compare": "c",
"cstdint": "c",
"chrono": "c",
"typeindex": "c",
"typeinfo": "c"
},
"C_Cpp.errorSquiggles": "disabled",
}