mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 15:26:29 +00:00
Improve instructions on how to change devcontainer.json for frontend development (#2045)
This commit is contained in:
parent
bfb95491f1
commit
8d63819d60
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user