diff --git a/src/vs/workbench/contrib/remote/browser/tunnelView.ts b/src/vs/workbench/contrib/remote/browser/tunnelView.ts index 66125b49754..8da1edb78a6 100644 --- a/src/vs/workbench/contrib/remote/browser/tunnelView.ts +++ b/src/vs/workbench/contrib/remote/browser/tunnelView.ts @@ -791,7 +791,7 @@ export class TunnelPanel extends ViewPane { rerender(); })); - // TODO@joao why the debounce? + // TODO@alexr00 Joao asks: why the debounce? this._register(Event.debounce(this.table.onDidOpen, (last, event) => event, 75, true)(e => { if (e.element && (e.element.tunnelType === TunnelType.Add)) { this.commandService.executeCommand(ForwardPortAction.INLINE_ID);