Skip to content

Commit beb617b

Browse files
CopilotKSXGitHub
andcommitted
Restructure devcontainer into full/ and rust-only/ variants
Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com>
1 parent 171caff commit beb617b

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "parallel-disk-usage",
2+
"name": "parallel-disk-usage (full)",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
44
"features": {
55
"ghcr.io/devcontainers/features/rust:1": {
@@ -26,5 +26,5 @@
2626
]
2727
}
2828
},
29-
"postCreateCommand": "bash .devcontainer/post-create.sh"
29+
"postCreateCommand": "bash .devcontainer/full/post-create.sh"
3030
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "parallel-disk-usage (Rust only)",
3+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
4+
"features": {
5+
"ghcr.io/devcontainers/features/rust:1": {
6+
"version": "stable",
7+
"profile": "default"
8+
}
9+
},
10+
"customizations": {
11+
"vscode": {
12+
"extensions": [
13+
"rust-lang.rust-analyzer"
14+
]
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)