-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
I noticed that in a Debug Console, the commands to start Run Without Debug for the first time and later, are different.
First run (failure):
$ & 'c:\Users\UserName\Documents\project\.venv\Scripts\python.exe' 'c:\Users\UserName\.vscode\extensions\ms-python.debugpy-2025.14.0-win32-x64\bundled\libs\debugpy\launcher' '51051' '--' 'C:\Users\UserName\Documents\project\sandbox\user_name\TICKET-🇫🇷-🇬��\20250821\script.py'
c:\Users\UserName\Documents\project\.venv\Scripts\python.exe: can't open file 'C:\\Users\\UserName\\Documents\\project\\sandbox\\user_name\\TICKET-🇫🇷-🇬��\\20250821\\script.py': [Errno 2] No such file or directorySecond and later run (works fine):
$ c:; cd 'c:\Users\UserName\Documents\project'; & 'c:\Users\UserName\Documents\project\.venv\Scripts\python.exe' 'c:\Users\UserName\.vscode\extensions\ms-python.debugpy-2025.14.0-win32-x64\bundled\libs\debugpy\launcher' '54332' '--' 'C:\Users\UserName\Documents\project\sandbox\user_name\TICKET-🇫🇷-🇬🇧\20250821\script.py'Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team