Wrap the path with quota
Resolved 💬 4 comments Opened Aug 10, 2025 by tjx666 Closed Jan 4, 2026
In vscode terminal, I config the wordSeparators by:
{
"terminal.integrated.wordSeparators": " {}',,\"`─‘’“”<>()【】{}《》「」::",
}
this can support path contain brackets () and [] especially for nextjs project:
<img width="466" height="165" alt="Image" src="https://github.com/user-attachments/assets/1c70e038-17a7-491a-a97f-a35bec7c70c9" />
but the path in claude code tool call ouput, the path recognize would cause issue, will include the brackets and tool name:
<img width="346" height="175" alt="Image" src="https://github.com/user-attachments/assets/671a1638-12df-4475-b7d6-03dea4410b58" />
The resolution I can find is to wrap the tool path with single quota like:
⏺ Update('../vscode-mcp-bridge/src/commands/copy-opened-files-path.ts')
https://github.com/user-attachments/assets/8c69e0f5-85cc-478b-82bb-17b065c89366
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗