-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When connecting to an Overleaf project whose project name contains square brackets (e.g., project[example]), the Overleaf Workshop VSCode extension fails to parse the project correctly. This causes Copilot chat and other extension features to malfunction or report errors related to file system provider parsing.
Expected behavior
The extension should correctly handle and parse Overleaf project names that include square brackets ([]) or other special characters, allowing all features such as Copilot chat to work normally regardless of project naming.
How To Reproduce
- Create or use an Overleaf project with a name that includes square brackets, for example:
test[abc]. - Connect to this project using the Overleaf Workshop VSCode extension.
- Attempt to use Copilot chat or perform normal operations.
- Observe that an error is reported, such as:
Failed to parse file system provider for uri:
"overleaf-workshop://example.com?user=*******&project=******"
or that chat/features do not work as expected.
Environment
- Overleaf Workshop Extension version: 0.15.4
- VS Code version: 1.101.2
- Overleaf Edition: Official , Community
iamhyc
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working