Improve instructions on how to change devcontainer.json for frontend development (#2045)

This commit is contained in:
Jan Bouwhuis 2024-03-12 21:42:19 +01:00 committed by GitHub
parent bfb95491f1
commit 8d63819d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,9 @@ frontend:
development_repo: /workspaces/frontend/
```
The change to `.devcontainer/devcontainer.json` should be excluded from any PR as it contains your local path to the `frontend` repository.
:::caution
The change to `.devcontainer/devcontainer.json` should be excluded from any PR as it contains your local path to the `frontend` repository. Since the the settings in `.devcontainer/devcontainer.json` are only processed during the container rebuild, you can safely roll back the change after the rebuild has completed.
:::
### Installing Node.js