esp32-car/.vscode/settings.json

8 lines
119 B
JSON
Raw Normal View History

2024-12-12 15:38:11 +08:00
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}