vscode: drop deprecated setting

This setting no longer has any effect.
This commit is contained in:
David Lechner
2022-06-09 19:25:21 -05:00
parent c77aedcd8a
commit 34992d5b20
-1
View File
@@ -1,5 +1,4 @@
{
"python.pythonPath": "${workspaceFolder}/.venv",
"python.formatting.provider": "black",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,