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
- Add third devcontainer.json location for monorepos, link to spec
- Clarify hostname suffix is a deployment setting
- Tighten project discovery section, clarify autostart behavior
Copy file name to clipboardExpand all lines: docs/admin/templates/extending-templates/devcontainers.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,9 @@ This is the recommended approach for most use cases.
25
25
26
26
### Project Discovery
27
27
28
-
Enable automatic discovery of Dev Containers in Git repositories. Project discovery automatically scans Git repositories for `.devcontainer/devcontainer.json` or `.devcontainer.json` files and surfaces them in the Coder UI. See the [Environment Variables](#environment-variables) section for detailed configuration options.
28
+
Alternatively, enable automatic discovery of Dev Containers in Git repositories.
29
+
The agent scans for `devcontainer.json` files and surfaces them in the Coder UI.
30
+
See [Environment Variables](#environment-variables) for configuration options.
29
31
30
32
## Install the Dev Containers CLI
31
33
@@ -123,11 +125,10 @@ When enabled, the agent will:
123
125
124
126
- Scan the agent directory for Git repositories
125
127
- Look for `.devcontainer/devcontainer.json` or `.devcontainer.json` files
126
-
- Surface discovered Dev Containers automatically in the Coder UI
128
+
- Surface discovered Dev Containers in the Coder UI
127
129
- Respect `.gitignore` patterns during discovery
128
130
129
-
You can disable automatic discovery by setting this to `false` if you prefer to
130
-
use only the `coder_devcontainer` resource for explicit configuration.
131
+
Set to `false` if you prefer explicit configuration via `coder_devcontainer`.
0 commit comments