-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:Win10
- Continue version: installed on 2026-02-18
- IDE version: PyCharm 2025.3.2.1
- Model:N/A
- config:
N/A
OR link to agent in Continue hub:Description
The Autocomplete crashes with a Pycharm popup message on all files that have space in the file path.
Error handling message of type getRepoName: java.lang.Exception: Invalid URI: file://C:/src/PycharmProjects/test1 project/os_tool/conf/config.py Illegal character in path at index 36: file:///C:/src/PycharmProjects/test1 project/os_tool/conf/config.py
Remark: The file path and name can have utf-8 chars not just ascii. E.g. šćčž and should be handled gracefully.
To reproduce
a = 1
b = 2
c =
Log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo