16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/build": true,
|
|
//"bsp" : true,
|
|
},
|
|
"editor.renderWhitespace": "all",
|
|
"files.associations": {
|
|
"vimrc": "viml",
|
|
"SConstruct": "python",
|
|
"SConscript": "python",
|
|
"rtthread.h": "c"
|
|
}
|
|
}
|