coreos/.vscode/settings.json

9 lines
230 B
JSON

{
"files.watcherExclude": {
"**/build/cache/**": true,
"**/build/downloads/**": true,
"**/build/sstate-cache/**": true,
"**/build/tmp/**": true
},
"python.formatting.provider": "black"
}