We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb0672 commit 539dfe5Copy full SHA for 539dfe5
.devcontainer/devcontainer.json
@@ -78,7 +78,7 @@
78
"codeandstuff.package-json-upgrade"
79
]
80
}
81
- }
+ },
82
83
// Features to add to the dev container. More info: https://containers.dev/features.
84
// "features": {},
@@ -87,7 +87,7 @@
87
// "forwardPorts": [],
88
89
// Use 'postCreateCommand' to run commands after the container is created.
90
- // "postCreateCommand": "uname -a",
+ "postCreateCommand": "echo \"source /usr/share/bash-completion/completions/git\" >> ~/.bashrc"
91
92
// Configure tool-specific properties.
93
// "customizations": {},
0 commit comments