Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerminalLinkProvider<T>

A provider that enables detection and handling of links within terminals.

Type parameters

层级

  • TerminalLinkProvider

索引

Methods(2)

provideTerminalLinks

  • Provide terminal links for the given context. Note that this can be called multiple times even before previous calls resolve, make sure to not share global objects (eg. RegExp) that could have problems when asynchronous usage may overlap.

    Parameters

    Returns ProviderResult<T[]>

    A list of terminal links for the given line.

handleTerminalLink

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹