Meta files

This commit is contained in:
2022-12-27 13:20:23 -08:00
parent 0d99adf288
commit 2bf3317bf5
3 changed files with 34 additions and 4 deletions

20
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,20 @@
{
//"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"
},
"C_Cpp.errorSquiggles": "disabled",
}