4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-24 17:57:20 +08:00
rt-thread-official/.vscode/settings.json
2018-07-15 14:54:06 +08:00

10 lines
183 B
JSON

{
"C_Cpp.dimInactiveRegions": false,
"files.exclude": {
"**/.git": true,
"**/build": true,
"bsp" : true,
},
"editor.renderWhitespace": "all"
}