Skip to content

Rename devcontainer postStart script for clarity#8

Merged
kurowski merged 1 commit intomainfrom
claude/fix-devcontainer-poststart-JTTRl
Feb 9, 2026
Merged

Rename devcontainer postStart script for clarity#8
kurowski merged 1 commit intomainfrom
claude/fix-devcontainer-poststart-JTTRl

Conversation

@kurowski
Copy link
Copy Markdown
Owner

@kurowski kurowski commented Feb 9, 2026

Summary

Renamed the devcontainer post-start script from onStart.sh to postStart.sh to better align with the devcontainer specification and improve naming consistency.

Changes

  • Renamed .devcontainer/onStart.sh to .devcontainer/postStart.sh
  • Updated the postStartCommand reference in .devcontainer/devcontainer.json to point to the new filename

Details

The new filename postStart.sh more accurately reflects its purpose as the script executed after the container starts, and aligns with the standard devcontainer lifecycle naming conventions where postStartCommand should reference a postStart.sh script.

https://claude.ai/code/session_01YcCjiFttqZPfgcMJRM7CcY

The script was named onStart.sh but is referenced via
postStartCommand in devcontainer.json. Renamed to postStart.sh
for consistency with the devcontainer lifecycle hook.

https://claude.ai/code/session_01YcCjiFttqZPfgcMJRM7CcY
@kurowski kurowski merged commit 86c387e into main Feb 9, 2026
5 checks passed
@kurowski kurowski deleted the claude/fix-devcontainer-poststart-JTTRl branch February 9, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants