{ "extensions": [ "gh-gh-dogfooding.codespaces-zero", "rebornix.Ruby" ], "postCreateCommand": "bundle install --local", "codespaces": { "zero": { "defaultFile": "config/routes.rb", "startCommand": "bin/rails s", "previewPort": 3000, "previewDelay:": 6000 } } }