rt-thread-official/.vscode/settings.json

10 lines
183 B
JSON
Raw Normal View History

2018-07-15 14:54:06 +08:00
{
"C_Cpp.dimInactiveRegions": false,
"files.exclude": {
"**/.git": true,
"**/build": true,
"bsp" : true,
},
"editor.renderWhitespace": "all"
}