esp32-car/.vscode/settings.json

13 lines
215 B
JSON
Raw Normal View History

2024-12-12 15:38:11 +08:00
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
2024-12-15 18:09:40 +08:00
},
"files.associations": {
"*.toml": "toml",
"Comfyfile": "raw",
"*.tcc": "cpp"
2024-12-12 15:38:11 +08:00
}
}