Moved constants to config dict

This commit is contained in:
2021-03-06 15:57:56 +00:00
parent 93a5150bf9
commit 5711d4c249
2 changed files with 36 additions and 26 deletions

View File

@@ -1,4 +1,6 @@
{
"python.pythonPath": "bin/python3",
"python.envFile": "${workspaceFolder}/.env"
"python.envFile": "${workspaceFolder}/.env",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}