From 7efe1382bbe227651cc06c0bcab053eb00a69b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 18 Feb 2021 11:00:31 +0100 Subject: [PATCH] update comment --- src/vs/workbench/contrib/remote/browser/tunnelView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);