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

Test: Terminal Links #21021

Closed
3 tasks done
Tyriar opened this issue Feb 21, 2017 · 2 comments
Closed
3 tasks done

Test: Terminal Links #21021

Tyriar opened this issue Feb 21, 2017 · 2 comments

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 21, 2017

#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":

  • URLs qualified with http:// or https://
  • On Linux/macOS paths in the forms: ./x, ../x, ~/x, /x
  • On Windows paths in the forms: .\x, ..\x, ~\x (~ points at %HOMEDRIVE%\%HOMEPATH%), y:\x. Windows links also allow mixed slashes, so .\x\y, ./x\y, ./x/y are all valid
@kiril-chilingarashvili
Copy link

Is it possible to disable links (make them plain text) from configuration?

@Tyriar
Copy link
Member Author

Tyriar commented Feb 27, 2017

@kirill-chilingarashvili not currently, I've been considering making them only active when ctrl is held similar to the editor though (#21506).

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants