提交 cb31fc6c 编写于 作者: D Daniel Imms

Have TerminalLinkProvider.handleTerminalLink return ProviderResult

Fixes #101391
上级 fe39b1c6
......@@ -1122,7 +1122,7 @@ declare module 'vscode' {
/**
* Handle an activated terminal link.
*/
handleTerminalLink(link: T): void;
handleTerminalLink(link: T): ProviderResult<void>;
}
export interface TerminalLink {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册