Skip to content

Commit

Permalink
Merge pull request #531 from rsteube/devcontainer
Browse files Browse the repository at this point in the history
added devcontainer
  • Loading branch information
rsteube authored May 26, 2022
2 parents c3d347f + da14c4a commit c0fb4fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "carapace",
"image": "ghcr.io/rsteube/carapace:v0.20.3",
"settings": {
"terminal.integrated.shell.linux": "/bin/elvish"
},
"extensions": [
"golang.Go"
],
"containerEnv": {
"TARGET": "/home/circleci/go/bin/example"
},
"onCreateCommand": [ "sh", "-c", "cd example && go install ."]
}

0 comments on commit c0fb4fe

Please sign in to comment.