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

Use interpreter selected by Python extension #1

Closed
jepperaskdk opened this issue Jun 6, 2021 · 2 comments
Closed

Use interpreter selected by Python extension #1

jepperaskdk opened this issue Jun 6, 2021 · 2 comments

Comments

@jepperaskdk
Copy link
Owner

The Python extension allows you to select which interpreter executable to use. We should ensure this is used when running pydoctest.

@jepperaskdk
Copy link
Owner Author

jepperaskdk commented Apr 8, 2022

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

@jepperaskdk
Copy link
Owner Author

This is implemented, however there are changes in the vscode-python API from 2022.14.x.

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

1 participant