Commit 0cc02be
committed
fix(remoteFileSystemProvider): robust project name parsing for special characters
- Improve parseUri to correctly handle project names containing special characters such as [].
- Fallback to query.projectName if path part is missing or empty.
- Ensure decodeURIComponent is used for both path and query extraction.
- This fixes issues where projects with names like "[test]" could not be opened in VS Code.1 parent fd5ba0d commit 0cc02be
File tree
2 files changed
+5
-2
lines changed- src/core
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments