Question: why doesn't vscode-python check .python-version file?
#21500
|
vscode-python arranges the interpreter in order of local > global environment > global install, then in descending order of Python version. vscode-python does not seem to check I'm a member of VS Code Extension for Ruby debugger. Currently, we are trying to implement the logic to search for installed interpreters. Thus, I'm learning the logic of other languages. I would appreciate it if you could give us your reply 🙏 |
Answered by
brettcannon
Jun 27, 2023
Replies: 1 comment 1 reply
|
Because no one has implemented it for pyenv (which is the only tool that I'm aware of that uses that file): #1167 . |
1 reply
Answer selected by
brettcannon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because no one has implemented it for pyenv (which is the only tool that I'm aware of that uses that file): #1167 .