- Notifications
You must be signed in to change notification settings - Fork905
feat(agent): send devcontainer CLI logs during recreate#17845
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
We need a way to surface what's happening to the user, since autostartlogs here, it's natural we do so during re-create as well.Updates#16424
e8e84e7
tof144a03
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
…tart scriptThis fixes startup issues when the user shell is set to Fish.Refs:#17845
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
for _, script := range scripts { | ||
// The devcontainer scripts match the devcontainer ID for | ||
// identification. | ||
if script.ID == devcontainer.ID { | ||
api.devcontainerLogSourceIDs[devcontainer.WorkspaceFolder] = script.LogSourceID | ||
break |
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.
Should we warn if there are scripts that do not match up with any devcontainer?
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.
I suppose it would be an error rather than warn, this is an expectation coming from the provisioner currently.
Added.
08509b4
tod9cd988
Compare3de0003
intomainUh oh!
There was an error while loading.Please reload this page.
We need a way to surface what's happening to the user, since autostart
logs here, it's natural we do so during re-create as well.
Updates#16424