Skip to content

Commit

Permalink
fix: allow multiple vscode instance
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez authored and guiyomh committed Nov 30, 2022
1 parent e3ffaae commit ca9bb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/meaningful-ooo/devcontainer-features/fish": {},
"ghcr.io/guiyomh/features/vim": {},
"ghcr.io/guiyomh/features/just": {}
},
"postCreateCommand": "npm install -g @devcontainers/cli && fish -c \"fisher install pure-fish/pure\""
}
}

0 comments on commit ca9bb09

Please sign in to comment.