Skip to content

Commit

Permalink
chore: update devcontainer.json for git completion install at contain…
Browse files Browse the repository at this point in the history
…er creation
  • Loading branch information
lukeocodes committed Apr 6, 2024
1 parent 48c2ca9 commit 81757f9
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/typescript:2": {}
"ghcr.io/devcontainers-contrib/features/bash-command:1": {},
"ghcr.io/guiyomh/features/vim:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"blipn.terminal-icon",
"eamodio.gitlens",
"redhat.vscode-xml",
"redhat.vscode-yaml"
]
}
}
"postCreateCommand": "wget --no-check-certificate --content-disposition https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -O ~/git-completion.bash; echo \". ~/git-completion.bash\" >> ~/.bashrc"
}

0 comments on commit 81757f9

Please sign in to comment.