Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python.pythonPath is being deprecated. This change breaks test-explorer #157

Closed
dfioravanti opened this issue Aug 7, 2020 · 2 comments
Closed

Comments

@dfioravanti
Copy link

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#2125

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.

In vscode-restructuredtext/vscode-restructuredtext/issues/222 is it possible to see how another extension that depended on python.pythonPath fixed the problem.

@AlexHaxe
Copy link
Contributor

AlexHaxe commented Aug 7, 2020

please report an issue here: https://github.com/kondratyev-nv/vscode-python-test-adapter/issues

see also: #155

@dfioravanti
Copy link
Author

Ops, I did not realized how the extension works. Thanks =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants