Skip to content

Commit

Permalink
Add codespace "blueprint"
Browse files Browse the repository at this point in the history
Aka `devcontainer.json` file so everyone else will get machine with
`go` and `terraform` preinstalled.
  • Loading branch information
zigomir authored Oct 24, 2023
1 parent eafcc98 commit 7ca48a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/terraform-asdf:2": {}
},
"customizations": {
"vscode": {
"extensions": [
"golang.go"
]
}
}
}
1 change: 0 additions & 1 deletion docs/contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Either:
- [Devbox](https://www.jetpack.io/devbox/docs/installing_devbox/) for dependencies and development
- install dependencies manually, see [Requirements](../../README.md).
- GitHub's Codespaces which comes with `go` preinstalled out of the box
- you'll need to install Terraform via `sudo apt update && sudo apt install terraform` and run tunnel to your Django (dev.sleuth.io) server locally
- to run in Codespaces open this repo on GitHub, find green `<> Code` dropdown button and select `Codespaces` tab

## Getting dependencies
Expand Down

0 comments on commit 7ca48a2

Please sign in to comment.