Browse Source
chore: synced local './' with remote 'bash/'
pull/4911/head
dgibbs64
2 months ago
committed by
Daniel Gibbs
Failed to extract signature
3 changed files with
39 additions and
39 deletions
-
.devcontainer/devcontainer.json
|
|
@ -26,5 +26,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" |
|
|
} |
|
|
} |
|
|
|