Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development_guides/devcontainer_docs/devcontainer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ While using the dev container, try and keep in mind the lifecycle of the contain
:::{important}
This is particularly important when the host machine is inherently ephemeral as well, as the case may be when using cloud based environments such as Codespaces, so be sure to commit and push local changes to a remote repository:

- [The codespace lifecycle](https://docs.github.com/en/codespaces/getting-started/the-codespace-lifecycle)
- [The codespace lifecycle](https://docs.github.com/en/codespaces/about-codespaces/understanding-the-codespace-lifecycle)
- Maintain your data throughout the entire codespace lifecycle
:::

Expand Down
Loading