Skip to content

Commit

Permalink
Fix port from codespaces not showing in Ports view (#172373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Jan 25, 2023
1 parent 5b7ca34 commit 5b5b63e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ export class TunnelModel extends Disposable {
this._onForwardPort.fire(newForward);
return tunnel;
}
this.inProgress.delete(key);
} else {
const newName = attributes?.label ?? tunnelProperties.name;
if (newName !== existingTunnel.name) {
Expand Down

0 comments on commit 5b5b63e

Please sign in to comment.