Skip to content

Commit ef93f6e

Browse files
committed
Update
1 parent a055870 commit ef93f6e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/vs/workbench/api/common/extHostTerminalService.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,9 @@ export abstract class BaseExtHostTerminalService implements IExtHostTerminalServ
670670
return;
671671
}
672672
cachedLink.provider.handleTerminalLink(cachedLink.link);
673-
674-
// TODO: Handle when result is false
673+
// TODO: Handle when result is false? Should this be return void instead and remove
674+
// TerminalLink.target? It's a simple call to window.openUri for the extension otherwise
675+
// and would simplify the API.
675676
}
676677

677678
private _onProcessExit(id: number, exitCode: number | undefined): void {

0 commit comments

Comments
 (0)