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: docs/admin/templates/extending-templates/devcontainers.md
+64-1Lines changed: 64 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,9 @@ Coder names dev container agents in this order:
123
123
124
124
1.`customizations.coder.name` in `devcontainer.json`
125
125
1. Project directory name (name of folder containing `devcontainer.json` or `.devcontainer` folder)
126
-
1. If project directory name is already taken, the name is expanded to include the parent folder (`/home/coder/some/project` -> `project` (taken) -> `some-project`)
126
+
1. If the project directory name is already taken, the name is expanded to include the parent folder.
127
+
128
+
For example, if the path is `/home/coder/some/project` and `project` is taken, then the agent is `some-project`.
0 commit comments