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 2dc22e7 commit 85f2b2aCopy full SHA for 85f2b2a
.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