container-spawner/.vscode/settings.json

11 lines
272 B
JSON
Raw Normal View History

2022-08-25 00:56:49 +01:00
{
// The following will hide Python's build cache directories.
"files.exclude": {
"**/__pycache__": true,
"**/*.egg-info": true,
"**/.pytest_cache": true
},
"python.linting.enabled": true,
"python.linting.pylintEnabled": true
}