-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Test: Terminal Links #21021
Labels
Milestone
Comments
This was referenced Feb 22, 2017
This was referenced Feb 22, 2017
Is it possible to disable links (make them plain text) from configuration? |
@kirill-chilingarashvili not currently, I've been considering making them only active when ctrl is held similar to the editor though (#21506). |
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#7321
Complexity: 3
Terminals now add links for URLs and text that looks like a local path. Clicking URLs will open the default browser, clicking files will open the file in an editor. Note that folders will also be links but they will just not do anything, this behavior is expected.
Here are the specific text forms that will be "linkified":
http://
orhttps://
./x
,../x
,~/x
,/x
.\x
,..\x
,~\x
(~
points at%HOMEDRIVE%\%HOMEPATH%
),y:\x
. Windows links also allow mixed slashes, so.\x\y
,./x\y
,./x/y
are all validThe text was updated successfully, but these errors were encountered: