Skip to content

Commit

Permalink
Merge pull request #1083 from carapace-sh/update-devcontainer
Browse files Browse the repository at this point in the history
updated devcontainer
  • Loading branch information
rsteube authored Jan 14, 2025
2 parents 6fd0a70 + a79762a commit 101736c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carapace",
"image": "ghcr.io/carapace-sh/carapace",
"image": "ghcr.io/carapace-sh/dev",
"settings": {
"terminal.integrated.shell.linux": "/usr/local/bin/elvish"
},
Expand All @@ -15,4 +15,4 @@
"-c",
"cd example && go install ."
]
}
}

0 comments on commit 101736c

Please sign in to comment.