Moved constants to config dict
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"python.pythonPath": "bin/python3",
|
||||
"python.envFile": "${workspaceFolder}/.env"
|
||||
"python.envFile": "${workspaceFolder}/.env",
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user