Skip to content
New issue

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

fix(graphical): format entire link instead of just name #389

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

jdygert-spok
Copy link
Contributor

With the existing formatting, VSCode doesn't like to group the line and column with the link. You can check this with:

echo -e '-[\e[1m./README.md\e[0m:1:2]'

This is arguably a VSCode bug, but I think it makes sense to format the entire name:line:col, both logically and to ensure maximum compatibility with various terminal emulators.

@zkat zkat merged commit bf5aa37 into zkat:main Jul 11, 2024
11 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants