Debugging when path to python has spaces? #1559
Unanswered
bpeikes-ts
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running VS Code on Windows. Under GLOBAL ENVIRONMENTS I'm using a Shared environment where the path to python has spaces in it. The issue I'm having is when I try to debug in VS Code, the path is not quoted, so it cannot find the path to python executable.
Using the Python Debugger extension vs 2024.4.0 (though also doesn't work with 2024.2.0).
Note that if I point to a global environment that doesn't have spaces in the path it works. Shared global environments seem to be an issue.
Beta Was this translation helpful? Give feedback.
All reactions