esp32-car/.vscode/settings.json

13 lines
215 B
JSON

{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
},
"files.associations": {
"*.toml": "toml",
"Comfyfile": "raw",
"*.tcc": "cpp"
}
}