QMK/.vscode/settings.json

26 lines
555 B
JSON
Raw Normal View History

2022-12-27 13:20:23 -08:00
{
//"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",
2023-12-31 10:29:30 -08:00
"ranges": "c",
"compare": "c",
"cstdint": "c",
"chrono": "c",
"typeindex": "c",
"typeinfo": "c"
2022-12-27 13:20:23 -08:00
},
"C_Cpp.errorSquiggles": "disabled",
}