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
The Python extension allows you to select which interpreter executable to use. We should ensure this is used when running pydoctest.
The text was updated successfully, but these errors were encountered:
This describes how to create a dependency on another extension: https://blog.lextudio.com/different-ways-to-create-vscode-extension-dependencies/
This describes how to get interpreterPath from the vscode-python extension: microsoft/vscode-python#18727
Since the vscode-python API is still in development, we should also allow specifying it manually as a setting.
Add feedback for the API here: microsoft/vscode-python#18888
Sorry, something went wrong.
This is implemented, however there are changes in the vscode-python API from 2022.14.x.
No branches or pull requests
The Python extension allows you to select which interpreter executable to use. We should ensure this is used when running pydoctest.
The text was updated successfully, but these errors were encountered: