Skip to content

Allow custom link matchers to be registered in terminal API #18454

@dbaeumer

Description

@dbaeumer
  • VSCode Version: 1.9.x

Another cool feature would be to have link detection in the terminal so that users can navigate the output. Since link detection can be very specific to the command executed it might best come from the creator of a ITerminalInstance. An implementation idea would be:

  • the client listens to ITerminalInstance.onData (the line based version propsed in another issue)
  • marks links be line

Metadata

Metadata

Assignees

Labels

*out-of-scopePosted issue is not in scope of VS Codeapifeature-requestRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another label

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions