summaryrefslogtreecommitdiff
path: root/.devcontainer/basics (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 1-2/+2
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-03-02Update devcontainer names (#6409)Gravatar Brian McManus 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-23[ci] formatGravatar natemoo-re 1-34/+28
2023-02-23Enhanced Astro codespace support (#6288)Gravatar Brian McManus 1-0/+40
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>