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
For work we need this feature so I manually activate it and it breaks test-explorer. Right now test-explorer defaults to the standard python environment when I run or debug the tests.
Microsoft announced that they will slowly deprecate
python.pythonPath
in https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2020-release/ and specifically the section "Coming Next: moving python.pythonPath out of settings.json". The rational behind it is explained in microsoft/vscode-python#2125For work we need this feature so I manually activate it and it breaks test-explorer. Right now test-explorer defaults to the standard python environment when I run or debug the tests.
In vscode-restructuredtext/vscode-restructuredtext/issues/222 is it possible to see how another extension that depended on
python.pythonPath
fixed the problem.The text was updated successfully, but these errors were encountered: