mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 08:23:37 +01:00
update comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user