summaryrefslogtreecommitdiff
path: root/.devcontainer (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10chore: removed adapters cleanup (#8726)Gravatar Arsh 3-48/+0
* update ci, readme, comments, remote workspaces * fix hosted test fixture * keep adapter config typedocs
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 24-48/+48
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-03-02Fix marketing typo by just removing extra info (#6410)Gravatar Brian McManus 1-1/+1
2023-03-02Update devcontainer names (#6409)Gravatar Brian McManus 26-26/+26
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-23[ci] formatGravatar natemoo-re 27-870/+708
2023-02-23Enhanced Astro codespace support (#6288)Gravatar Brian McManus 32-18/+1081
* 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>
2022-08-08[ci] formatGravatar natemoo-re 1-15/+15
2022-08-08Add a Github Codespace Config based on gitpod dockerfile (#4185)Gravatar Maina Wycliffe 1-0/+26
* Add a codespace config based on gitpod dockerfile This will ensure contributors using Github Codespaces also have to correct environemnt setup, with all packages installed. * chore: rename Dockerfile Co-authored-by: Nate Moore <nate@astro.build>