Daniel Gibbs
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.devcontainer/devcontainer.json
|
|
|
@ -29,5 +29,5 @@ |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template" |
|
|
|
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template && sudo apt-get update && sudo apt-get install -y ripgrep" |
|
|
|
} |
|
|
|
|