We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using v0.18.2
My current setup is:
--hyperlinks-file-link-format="vscode://file{path}:{line}"
However, when clicking on file links at the top of the diff output (rather than than hunk links), there is no line number, so the link is rendered as:
vscode://file/Users/zx8/example/foo.tf:
And when I click on it, I get a No file or directory error, because the trailing : is treated as part of the path.
No file or directory
:
If this were rendered as 0 when there is no line number, I think the links would work as expected.
0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using v0.18.2
My current setup is:
However, when clicking on file links at the top of the diff output (rather than than hunk links), there is no line number, so the link is rendered as:
And when I click on it, I get a
No file or directory
error, because the trailing:
is treated as part of the path.If this were rendered as
0
when there is no line number, I think the links would work as expected.The text was updated successfully, but these errors were encountered: