You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notificationService.error(nls.localize('remote.tunnel.forwardError',"Unable to forward {0}:{1}. The host may not be available.",host,port));
683
+
notificationService.warn(nls.localize('remote.tunnel.forwardError',"Unable to forward {0}:{1}. The host may not be available or that remote port may already be forwarded",host,port));
notificationService.warn(nls.localize('remote.tunnel.changeLocalPortNumber',"The local port {0} is not available. Port number {1} has been used instead",value,newForward.tunnelLocalPort));
// It is possible for findFreePortFaster to return a port that there is already a server listening on. This causes the previous listen call to error out.
0 commit comments