We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot work with lasteset version of vscode-python.
Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found)
I am using code-server 3.4.0 69ad52907e8ea109345831d29da5425cb2a55047 on the power9 HPC.
code-server 3.4.0 69ad52907e8ea109345831d29da5425cb2a55047
When installed ms-python.python-2020.6.91350 or any ms-python.python-2020.6.X, the code-sever cannot work with it.
ms-python.python-2020.6.91350
ms-python.python-2020.6.X
Only ms-python.python-2020.5.X can work with.
The text was updated successfully, but these errors were encountered:
Seeing the same here, the python console also doesn't show, and python is not listed for automatic debug config.
I just have the latest didn't try to go back to ms-python.python-2020.5.X
ms-python.python-2020.5.X
EDIT: I can confirm it works with 2020.5
Sorry, something went wrong.
This is actually a duplicate issue, please look at #1818 and #1837.
Installing a later version actually works and this is an extension issue, and not a code-server issue.
Closing as a duplicate of #1837.
No branches or pull requests
Cannot work with lasteset version of vscode-python.
Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found)
I am using
code-server 3.4.0 69ad52907e8ea109345831d29da5425cb2a55047
on the power9 HPC.When installed
ms-python.python-2020.6.91350
or anyms-python.python-2020.6.X
, the code-sever cannot work with it.Only ms-python.python-2020.5.X can work with.
The text was updated successfully, but these errors were encountered: