-
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: Windows 11
- Continue version: v1.0.60
- IDE version: WebStorm 2025.2.5 Build WS-252.28238.10
- Model: Qwen2.5-coder / Qwen3-coder
- config: N/ADescription
Auto-completion fails with a pop-up message for all files with square brackets in the path.
Issue #10613 has the same problem.
After renaming the folder "[gamemode]" to "gamemode", the problem was resolved. Square brackets are required for my project.
To reproduce
a = 1
b = 2
c =
Log output
Error handling message of type getRepoName: java.lang.Exception: Invalid URI: file://C:/Users/username/WebstormProjects/server/gamemode/[gamemode]/resourceName/fileName.lua Illegal character in path at index 56: file://C:/Users/username/WebstormProjects/server/gamemode/[gamemode]/resourceName/fileName.luaReactions 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