You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments