You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbaeumer opened this issue
Mar 24, 2017
· 6 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded
@dbaeumer this changed to align with the editor as much as possible. I didn't want to underline links by default due to lesser line-height than the editor and it could conflict with terminal styles.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded
I register the following link handler:
regexp:
/^([^\s].*)\((\d+|\d+,\d+|\d+,\d+,\d+,\d+)\):\s+(error|warning|info)\s+(TS\d+)\s*:\s*(.*)$/
matchIndex: 1
no validator.
However no link is computed in the following terminal output:
However IMO it should match the line.
The text was updated successfully, but these errors were encountered: