Log acceptTerminalOpened

This commit is contained in:
Daniel Imms 2021-03-08 14:39:07 -08:00
parent 221e20b374
commit 23ad719498

View file

@ -412,6 +412,7 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
}
public $acceptTerminalOpened(id: number, extHostTerminalId: string | undefined, name: string, shellLaunchConfigDto: IShellLaunchConfigDto): void {
console.log('$acceptTerminalOpened', id, extHostTerminalId, name, shellLaunchConfigDto);
if (extHostTerminalId) {
// Resolve with the renderer generated id
const index = this._getTerminalObjectIndexById(this._terminals, extHostTerminalId);