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

Document Default Interpreter #144

Closed
Kurt-von-Laven opened this issue Sep 11, 2023 · 1 comment · Fixed by #152
Closed

Document Default Interpreter #144

Kurt-von-Laven opened this issue Sep 11, 2023 · 1 comment · Fixed by #152
Labels
bug Issue identified by VS Code Team member as probable bug documentation Improvements or additions to documentation good first issue Good for newcomers needs PR

Comments

@Kurt-von-Laven
Copy link

The mypy-type-checker.interpreter setting is helpfully documented in the README:

Path to a python interpreter to use to run the linter server.

The default value is [], but it isn't immediately clear what interpreter is used in this case. For instance, is python.defaultInterpreterPath used, or does the mypy extension ship with a Python interpreter?

@karthiknadig
Copy link
Member

The python is the one selected in the python extension. We use an API from python extension to get the path to it.

We will update the text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug documentation Improvements or additions to documentation good first issue Good for newcomers needs PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants