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 167eef7 commit ba459a0Copy full SHA for ba459a0
.devcontainer/devcontainer.json
@@ -6,7 +6,9 @@
6
"image": "mcr.microsoft.com/devcontainers/base:jammy",
7
"features": {
8
"ghcr.io/michidk/devcontainers-features/bun:1": {},
9
- "ghcr.io/devcontainers-extra/features/gleam:1": {}
+ "ghcr.io/devcontainers-extra/features/gleam:1": {},
10
+ "ghcr.io/devcontainers/features/sshd:1": {},
11
+ "ghcr.io/rio/features/chezmoi:1": {}
12
}
13
14
// Features to add to the dev container. More info: https://containers.dev/features.
@@ -16,7 +18,7 @@
16
18
// "forwardPorts": [],
17
19
20
// Use 'postCreateCommand' to run commands after the container is created.
- // "postCreateCommand": "uname -a",
21
+ // "postCreateCommand": "",
22
23
// Configure tool-specific properties.
24
// "customizations": {},
0 commit comments