rtt-f030/.vscode/settings.json

16 lines
335 B
JSON
Raw Normal View History

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
}