Skip to content

Add devcontainer config - #541

Merged
boyter merged 3 commits into
boyter:masterfrom
spenserblack:chore/devcontainer
Oct 21, 2024
Merged

Add devcontainer config#541
boyter merged 3 commits into
boyter:masterfrom
spenserblack:chore/devcontainer

Conversation

@spenserblack

@spenserblack spenserblack commented Oct 21, 2024

Copy link
Copy Markdown
Contributor

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
@boyter

boyter commented Oct 21, 2024

Copy link
Copy Markdown
Owner

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
Copy Markdown
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