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
It looks like this is caused by the Python extension. Please file the issue to the Python extension repository. Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our issue reporting guidelines for more information.
Does this issue occur when all extensions are disabled?: Yes
Tried to report this from Help -> Report issue but does not work
Steps to Reproduce:
More info: I've got some Python tutorials on my Google Drive, on my Windows 10 Pro rig. Locale is Greek.
I'm editing some python code under path:
PS C:\Users\username\Το Drive μου\Εκπαιδευτής\ΙΕΚ\Γλώσσα προγραμμaτισμού Python - ΔΙΕΚ 2025Α\Εργασία εξαμήνου
VSCode tries to start python.exe calling it with an argument that removes the first Greek characters from each directory sub-path, for example:
PS C:\Users\username\Το Drive μου\Εκπαιδευτής\ΙΕΚ\Γλώσσα προγραμμaτισμού Python - ΔΙΕΚ 2025Α\Εργασία εξαμήνου> & C:/Users/username/AppData/Local/Programs/Python/Python313/python.exe "c:/Users/username/ο Drive μου/κπαιδευτής//λώσσα προγραμμaτισμού Python - 2025/ργασία εξαμήνου/νότητα 05_1 - λύση.py"
C:\Users\username\AppData\Local\Programs\Python\Python313\python.exe: can't open file 'c:\Users\username\ο Drive μου\κπαιδευτής\λώσσα προγραμμaτισμού Python - 2025\ργασία εξαμήνου\νότητα 05_1 - λύση.py': [Errno 2] No such file or directory
For some reason these characters are replaced/removed, however the Powershell prompt within VSCode shows these characters just fine.
EDIT: Tried this on a test folder C:\Ελληνικά (Ε is Greek capital epsilon). Failed the same way, so it's not Google Drive related.
The text was updated successfully, but these errors were encountered: