-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
importantIssue identified as high-priorityIssue identified as high-prioritytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
version:
vscode: 1.104.3
python: 2025.16.0
python debugger: 2025.14.0
python environments: 1.8.0

after investigating, found output from python extension:
2025-10-10 11:55:58.227 [warning] Failed to check if .\"c:\Program Files\Python314\python.exe" is an executable [Error: ENOENT: no such file or directory, lstat 'C:\Users\User\AppData\Local\Programs\Microsoft VS Code\"c:\Program Files\Python314\python.exe"'] {
errno: -4058,
code: 'ENOENT',
syscall: 'lstat',
path: 'C:\\Users\\User\\AppData\\Local\\Programs\\Microsoft VS Code\\"c:\\Program Files\\Python314\\python.exe"'
}
2025-10-10 11:55:58.229 [warning] Identifier for virt-virtualenv failed to identify .\"c:\Program Files\Python314\python.exe" [Error: ENOENT: no such file or directory, scandir 'C:\Users\User\AppData\Local\Programs\Microsoft VS Code\"c:\Program Files\Python314'] {
errno: -4058,
code: 'ENOENT',
syscall: 'scandir',
path: 'C:\\Users\\User\\AppData\\Local\\Programs\\Microsoft VS Code\\"c:\\Program Files\\Python314'
}
the language server works normal, having no issue.
disabling python environments doesn't help.
sometimes it will prompt missing launch.json, but in previous version of python debugger, it can work without launch.json and should work without that, it's a feature.
a-kachurin, RayKoopa, CasperRademaker-AbOvo, chilipepperpizza, pavelnicolaevichmorozov-star and 3 more
Metadata
Metadata
Assignees
Labels
importantIssue identified as high-priorityIssue identified as high-prioritytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team