Skip to content

Commit 3d6ea1f

Browse files
committed
vscode: drop pythonPath setting
Microsoft is in the process of deprecating the "python.pythonPath" setting. See https://github.com/microsoft/vscode-python/wiki/AB-Experiments#deprecatepythonpath For the time being, we will need to opt into the experiment by adding "python.experiments.optInto": ["DeprecatePythonPath - experiment"] to our user settings, then select the interpreter.
1 parent 68d8ae6 commit 3d6ea1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"restructuredtext.confPath": "",
3-
"python.pythonPath": ".venv",
43
"python.linting.pylintEnabled": false,
54
"python.linting.flake8Enabled": true,
65
"python.linting.enabled": true

0 commit comments

Comments
 (0)