Skip to content

Commit 44a016c

Browse files
committed
fix: debug forwarded tunnels not getting disposed of
1 parent b768361 commit 44a016c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/debugSessionTunnels.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class DebugSessionTunnels implements IDisposable {
5656
localAddressPort: opts.localPort ?? opts.remotePort,
5757
label: opts.label,
5858
});
59+
this.tunnels.set(sessionId, tunnel);
5960
}
6061

6162
let localAddress: { host: string; port: number };

0 commit comments

Comments
 (0)