Update VS Code settings
This commit is contained in:
parent
8512dbc056
commit
7e8791c879
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -12,7 +12,10 @@
|
||||
"build-docker-image.sh": true,
|
||||
".gitignore": true,
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user