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
If you are trying to troubleshoot post create commands etc. it is difficult right now to know if
a) your postCreateCommand is not getting run, or
b) it is getting run but not emitting any output
Proposed Solution
Add debug-level logging when building a devcontainer around the following:
Lifecycle script is not present
Lifecycle script is present but empty
The text was updated successfully, but these errors were encountered:
johnstcn
changed the title
chore: add improved logging around devcontiainer.json lifecycle commands
chore: add improved logging around devcontainer.json lifecycle commands
Nov 18, 2024
johnstcn
changed the title
chore: add improved logging around devcontainer.json lifecycle commands
feat: add improved logging around devcontainer.json lifecycle commands
Nov 19, 2024
Problem
If you are trying to troubleshoot post create commands etc. it is difficult right now to know if
a) your postCreateCommand is not getting run, or
b) it is getting run but not emitting any output
Proposed Solution
Add debug-level logging when building a devcontainer around the following:
The text was updated successfully, but these errors were encountered: