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 🙏 |
Beta Was this translation helpful? Give feedback.
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 . |
Beta Was this translation helpful? Give feedback.
Because no one has implemented it for pyenv (which is the only tool that I'm aware of that uses that file): #1167 .