We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73e96b commit 3567dfbCopy full SHA for 3567dfb
.devcontainer/devcontainer.json
@@ -26,7 +26,7 @@
26
"otherPortsAttributes": {"onAutoForward": "ignore"},
27
28
// Use 'postCreateCommand' to run commands after the container is created.
29
- "postCreateCommand": "bin/setup",
+ "postCreateCommand": "bin/setup && gem install rufo && gem install htmlbeautifier",
30
31
// Configure tool-specific properties.
32
"customizations": {
0 commit comments