2018-07-15 14:54:06 +08:00
|
|
|
{
|
|
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/build": true,
|
2018-08-15 11:04:33 +08:00
|
|
|
//"bsp" : true,
|
2018-07-15 14:54:06 +08:00
|
|
|
},
|
2018-08-27 16:15:34 +08:00
|
|
|
"editor.renderWhitespace": "all",
|
|
|
|
"files.associations": {
|
|
|
|
"vimrc": "viml",
|
|
|
|
"SConstruct": "python",
|
|
|
|
"SConscript": "python",
|
|
|
|
"rtthread.h": "c"
|
|
|
|
}
|
2018-07-15 14:54:06 +08:00
|
|
|
}
|