Dev Containers config compat
Firebase Studio should generate a devcontainer.json
compat file for reproducible dev environments outside Firebase Studio such as Remote Containers in VS Code and GitHub Codespaces, like devenv
does (https://devenv.sh/reference/options/#devcontainerenable)
2
votes
-
Tuan commented
At the moment, I see many other Development-based tools like GitHub Codespaces are well supporting Dev Containers by looking up the `.devcontainer` folder. Actually, almost projects of mine contain a `devcontainer.json` file to tell the tool how it should do to replicate the exact environment for development. Hope this feature will be added soon.