Update VS Code settings

This commit is contained in:
timothymiller 2020-08-05 03:52:04 -04:00
parent 8512dbc056
commit 7e8791c879

View File

@ -12,7 +12,10 @@
"build-docker-image.sh": true, "build-docker-image.sh": true,
".gitignore": true, ".gitignore": true,
"Dockerfile": false, "Dockerfile": false,
"start-sync.sh": false "start-sync.sh": false,
"venv": true
}, },
"explorerExclude.backup": null "explorerExclude.backup": null,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
} }