codespaces-rails/.devcontainer/devcontainer.json
2022-09-07 15:39:14 -04:00

7 lines
134 B
JSON

{
"extensions": [
"rebornix.Ruby"
],
"onCreateCommand": "bundle install --local",
"postCreateCommand": ""
}