Commit edb9f78
committed
devcontainer: drop redundant common-utils feature; ignore IDE build scratch
The MS Go devcontainer image (2.1-1.26) already ships vscode user,
sudo, git, curl, zsh, oh-my-zsh — the common-utils feature re-installs
all of them, stalling cold-start by ~2min behind deb.debian.org for no
behavioral change.
Also gitignore .devcontainer/.features.temp.dockerfile and friends —
JetBrains/VSCode's devcontainer builder writes those into the workspace
during image build and we don't want them in commits.1 parent c9a7706 commit edb9f78
2 files changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
26 | | - | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
0 commit comments