Browse Source

dev(vscode): Remove settings that VS Code removes automatically (#23534)

It seems that VS Code automatically determines that this setting is no longer
needed and removes it automatically.

You can learn more about it here:
https://github.com/microsoft/vscode-python/wiki/AB-Experiments

[skip ci]
Armen Zambrano G 4 years ago
parent
commit
3c3b4d051a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .vscode/settings.json

+ 0 - 2
.vscode/settings.json

@@ -55,8 +55,6 @@
 
   "python.linting.pylintEnabled": false,
   "python.linting.flake8Enabled": true,
-  // https://github.com/DonJayamanne/pythonVSCode/issues/992
-  "python.pythonPath": "${workspaceFolder}/.venv/bin/python",
   // test discovery is sluggish and the UI around running
   // tests is often in your way and misclicked
   "python.testing.pytestEnabled": false,