- Notifications
You must be signed in to change notification settings - Fork911
feat(cli): add display of open ports in coder show#16464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
2c87b7e
to8b081ac
Compare98aa3df
to2d8154e
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, nice work!
var wg sync.WaitGroup | ||
var mu sync.Mutex | ||
for _, res := range resources { | ||
for _, agent := range res.Agents { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Still not used to seeing async for loops without temp variables, scary 😆
695d552
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Relates to#16418 -- devcontainers will be shown in a similar manner.
Without ports (status quo):

With ports:
