diff --git a/railties/lib/rails/generators/rails/app/templates/.devcontainer/devcontainer.json.tt b/railties/lib/rails/generators/rails/app/templates/.devcontainer/devcontainer.json.tt index 18a9009b68b..ef64ab6dc84 100644 --- a/railties/lib/rails/generators/rails/app/templates/.devcontainer/devcontainer.json.tt +++ b/railties/lib/rails/generators/rails/app/templates/.devcontainer/devcontainer.json.tt @@ -17,9 +17,6 @@ }, <%- end -%> - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],