Skip to content

Commit cb31fc6

Browse files
committed
Have TerminalLinkProvider.handleTerminalLink return ProviderResult
Fixes microsoft#101391
1 parent fe39b1c commit cb31fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ declare module 'vscode' {
11221122
/**
11231123
* Handle an activated terminal link.
11241124
*/
1125-
handleTerminalLink(link: T): void;
1125+
handleTerminalLink(link: T): ProviderResult<void>;
11261126
}
11271127

11281128
export interface TerminalLink {

0 commit comments

Comments
 (0)