2020-03-26 05:02:37 -07:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"xstring": "cpp",
|
|
|
|
"ios": "cpp",
|
|
|
|
"xlocale": "cpp",
|
|
|
|
"xtr1common": "cpp",
|
|
|
|
"xiosbase": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"forward_list": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"system_error": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"xhash": "cpp",
|
|
|
|
"xtree": "cpp"
|
|
|
|
},
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.insertSpaces": false,
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.dep": true,
|
|
|
|
"**/build/lst": true,
|
|
|
|
"**/build/obj": true,
|
|
|
|
"hardware/": true,
|
|
|
|
},
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.dep": true,
|
|
|
|
"**/build/lst": true,
|
|
|
|
"**/build/obj": true,
|
|
|
|
"hardware/": true,
|
2021-01-10 05:10:29 -08:00
|
|
|
"firmware/ChibiOS/demos": true,
|
2020-03-26 05:02:37 -07:00
|
|
|
},
|
|
|
|
}
|