File linking issue with VS Code #1749
-
Building off #1593, I'm having trouble in VS Code with using cmd+click to open a file to a specific line when using Alternatively, I've noticed if the file starts with a folder name, including simply I'll be looking to make an issue or discussion on microsoft/vscode to address their parser greediness, too. Here's my ripgreprc for the VS Code integrated terminal in case it helps.
Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, sorry. This has been asked many times on the issue tracker. AFAIK, some programs handle this just fine, but some don't. The ones that don't should fix their cmd+click implementation.
Yes. Use |
Beta Was this translation helpful? Give feedback.
No, sorry. This has been asked many times on the issue tracker. AFAIK, some programs handle this just fine, but some don't. The ones that don't should fix their cmd+click implementation.
Yes. Use
rg foo ./
instead ofrg foo
. :-)