Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88e7c0f

Browse files
committed
tweak to devcontainer.local note
1 parent0d0a9ba commit88e7c0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎docs/admin/templates/extending-templates/advanced-dev-containers.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ component in the workspace.
7070
##Personal overrides
7171

7272
Let developers extend the repo’s`devcontainer.json` with an ignored (by Git)`devcontainer.local.json` file
73-
so they can add personal tools without changing the canonicalconfig:
73+
so they can add personal tools without changing the canonicalconfiguration:
7474

7575
```jsonc
76-
// devcontainer.local.json (in .gitignore)
7776
{
7877
"extends":"./devcontainer.json",
7978
"features": {
@@ -83,6 +82,9 @@ Let developers extend the repo’s `devcontainer.json` with an ignored (by Git)
8382
}
8483
```
8584

85+
Add the file name to your project's`.gitignore` or the user's
86+
[global exclude file](https://docs.github.com/en/get-started/git-basics/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer).
87+
8688
##Conditional startup
8789

8890
Use`coder_parameter` booleans to let workspace creators choose which dev containers start automatically,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp