Skip to content

Commit

Permalink
Merge pull request #1008 from carapace-sh/fix-codespace
Browse files Browse the repository at this point in the history
codespace: fix config
  • Loading branch information
rsteube committed Mar 12, 2024
2 parents 6cbb10f + 5e8c501 commit b7a3b03
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
Expand Up @@ -2,13 +2,13 @@
"name": "carapace",
"image": "ghcr.io/carapace-sh/carapace",
"settings": {
"terminal.integrated.shell.linux": "/bin/elvish"
"terminal.integrated.shell.linux": "/usr/local/bin/elvish"
},
"extensions": [
"golang.Go"
],
"containerEnv": {
"TARGET": "/home/circleci/go/bin/example"
"TARGET": "example"
},
"onCreateCommand": [
"sh",
Expand Down

0 comments on commit b7a3b03

Please sign in to comment.