We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c2ca9 commit 81757f9Copy full SHA for 81757f9
.devcontainer/devcontainer.json
@@ -2,16 +2,8 @@
2
"name": "Node.js & TypeScript",
3
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
4
"features": {
5
- "ghcr.io/devcontainers-contrib/features/typescript:2": {}
+ "ghcr.io/devcontainers-contrib/features/bash-command:1": {},
6
+ "ghcr.io/guiyomh/features/vim:0": {}
7
},
- "customizations": {
8
- "vscode": {
9
- "extensions": [
10
- "blipn.terminal-icon",
11
- "eamodio.gitlens",
12
- "redhat.vscode-xml",
13
- "redhat.vscode-yaml"
14
- ]
15
- }
16
+ "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"
17
}
0 commit comments