33 lines
601 B
JSON
33 lines
601 B
JSON
|
{
|
||
|
"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,
|
||
|
"misc/": true,
|
||
|
},
|
||
|
"search.exclude": {
|
||
|
"**/.dep": true,
|
||
|
"**/build/lst": true,
|
||
|
"**/build/obj": true,
|
||
|
"hardware/": true,
|
||
|
"misc/": true,
|
||
|
},
|
||
|
}
|