Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add devcontainer config #541

Merged
merged 3 commits into from
Oct 21, 2024
Merged

Conversation

spenserblack
Copy link
Contributor

@spenserblack spenserblack commented Oct 21, 2024

For various reasons, I like to use GitHub Codespaces sometimes.

I can go into some more details if necessary, but here are the highlights:

  • Contributors can use a GitHub Codespace (container on the cloud) and code with VS Code running in the browser
  • Contributors can create a development container locally if they have Docker and an editor that supports dev containers

There are a few ways to use a codespace, but the easiest is probably going to be to just press , while viewing your repository on github.com.

Even without this config one can open a codespace with a default image, which I think has Go installed, but this can be used to ensure the proper version is installed and also guide users to certain files (the openFiles option).

@boyter boyter merged commit 10eacba into boyter:master Oct 21, 2024
5 checks passed
@boyter
Copy link
Owner

boyter commented Oct 21, 2024

Cheers. Something I think I need to investigate more for my own use actually.

@spenserblack spenserblack deleted the chore/devcontainer branch October 22, 2024 01:39
@spenserblack
Copy link
Contributor Author

I've been using them for a while, let me know if you have any questions 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: DONE
Development

Successfully merging this pull request may close these issues.

2 participants