Before submitting your bug report
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/A
Description
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.lua
Before submitting your bug report
Relevant environment info
Description
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