Setting python.pythonPath to a directory does not work unless there is a path separator #2744
Labels
bug
Issue identified by VS Code Team member as probable bug
Milestone
E.g., setting
"python.pythonPath": ".venv"
makes the extension think no interpreter is set, but".\\.venv"
and".venv\\"
fixes the issue.The text was updated successfully, but these errors were encountered: