Remove TerminalLink.target

Part of #91290
This commit is contained in:
Daniel Imms
2020-06-24 06:02:34 -07:00
parent 6d6edefdf7
commit 4c51b89d2c
2 changed files with 5 additions and 12 deletions

View File

@@ -651,9 +651,6 @@ export abstract class BaseExtHostTerminalService implements IExtHostTerminalServ
return;
}
cachedLink.provider.handleTerminalLink(cachedLink.link);
// TODO: Handle when result is false? Should this be return void instead and remove
// TerminalLink.target? It's a simple call to window.openUri for the extension otherwise
// and would simplify the API.
}
private _onProcessExit(id: number, exitCode: number | undefined): void {