You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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