We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae25bff commit a24779bCopy full SHA for a24779b
.devcontainer/devcontainer.json
@@ -14,13 +14,13 @@
14
"jock.svg"
15
]
16
}
17
- }
+ },
18
19
// Use 'forwardPorts' to make a list of ports inside the container available locally.
20
// "forwardPorts": [],
21
22
// Use 'postCreateCommand' to run commands after the container is created.
23
- // "postCreateCommand": "uname -a",
+ "postCreateCommand": ".devcontainer/post-create.sh"
24
25
// Configure tool-specific properties.
26
// "customizations": {},
.devcontainer/post-create.sh
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+pipx install keymap-drawer
0 commit comments