mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Update
This commit is contained in:
@@ -670,8 +670,9 @@ export abstract class BaseExtHostTerminalService implements IExtHostTerminalServ
|
||||
return;
|
||||
}
|
||||
cachedLink.provider.handleTerminalLink(cachedLink.link);
|
||||
|
||||
// TODO: Handle when result is false
|
||||
// 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 {
|
||||
|
||||
Reference in New Issue
Block a user