Daniel Gibbs 3 weeks ago
committed by GitHub
parent
commit
0ee2c1a5be
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .devcontainer/devcontainer.json

2
.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"
}

Loading…
Cancel
Save