You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/dev_containers.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,19 @@ and `install-ghc: false`. That ensures that only the GHC available in the Dev Co
74
74
75
75
## Usage
76
76
77
-
For local/remote usage with VS Code, please follow the instructions at
78
-
[Developing inside a Container](https://code.visualstudio.com/docs/devcontainers/containers).
77
+
You can run Dev Containers locally/remotely with VS Code, or create a
78
+
[GitHub Codespace](https://github.com/features/codespaces) for a branch in a
79
+
repository to develop online.
79
80
80
-
For use with Github Codespaces, please follow the instruction at
81
-
[Creating a codespace for a repository](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
81
+
=== "VS Code"
82
+
83
+
Follow the instructions at
84
+
[Developing inside a Container](https://code.visualstudio.com/docs/devcontainers/containers).
85
+
86
+
=== "GitHub Codespaces"
87
+
88
+
For use with GitHub Codespaces, follow the instructions at
89
+
[Creating a codespace for a repository](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
0 commit comments