Commit a93b4d2
chore(deps-dev): bump @types/vscode from 1.108.1 to 1.109.0 in /vsix (#75)
* chore(deps-dev): bump @types/vscode from 1.108.1 to 1.109.0 in /vsix
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.108.1 to 1.109.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)
---
updated-dependencies:
- dependency-name: "@types/vscode"
dependency-version: 1.109.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* perf(ci): skip VS Code extensions and postCreateCommand in CI
Strip customizations.vscode.extensions, postCreateCommand, and waitFor
from devcontainer.json before running devcontainers/ci to speed up
the Build Dev Container step.
* perf: remove VS Code extensions from devcontainer.json
- Remove extensions array from customizations.vscode (not needed)
- Simplify CI strip step to only remove postCreateCommand and waitFor
* refactor(ci): remove strip step, simplify devcontainer config
* perf: remove unnecessary sudo chown from post-create.sh
* perf(docker): remove unnecessary chown layer (saves 739MB)
The base image already has /usr/local/cargo and /usr/local/rustup
owned by vscode:rustlang. CI uses workspace-mounted CARGO_HOME,
so this chown was creating a redundant 739MB layer.
* perf(docker): switch to rust:1-bookworm base image (saves ~1.2GB)
- Switch FROM mcr.microsoft.com/devcontainers/rust to rust:1-bookworm
- Add common-utils feature to devcontainer.json to handle vscode user creation
- Restore sudo chown in post-create.sh for local dev permissions
* fix(ci): robust CI detection and vscode engine update
- Update post-create.sh to check GITHUB_ACTIONS env var (fixes CI skipping)
- Update engines.vscode to ^1.109.0 to match @types/vscode 1.109.0 (fixes local dev npm install)
* fix(docker): install rustfmt and clippy components
The official rust:1-bookworm image does not include these by default.
* feat(docker): add ripgrep and vim
Useful tools for development inside the container.
* perf(docker): clean up apt cache
Reduce image size by removing /var/lib/apt/lists/* after install.
* refactor(docker): combine cargo-binstall installation and usage
Reduces layers and clarifies dependency.
* perf(docker): switch to rust:1-slim-bookworm
Significantly reduce image size (~63% reduction) by using slim base image.
* chore(docker): remove outdated comment
* docs: add dev container performance requirement
Specify that dev container images should be kept small.
* docs: remove accidental line numbers
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sonesuke <iamsonesuke@gmail.com>1 parent 77990f6 commit a93b4d2
6 files changed
Lines changed: 36 additions & 41 deletions
File tree
- .devcontainer
- doc/architecture/design
- vsix
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | | - | |
28 | 22 | | |
29 | | - | |
30 | | - | |
31 | 23 | | |
32 | | - | |
33 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
34 | 27 | | |
35 | 28 | | |
36 | | - | |
| 29 | + | |
37 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments