Skip to content

Commit 545c273

Browse files
feat(devcontainer): remove unneeded trunk
1 parent a8702e8 commit 545c273

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
33
"features": {
44
"ghcr.io/devcontainers/features/rust:1": {},
5-
"ghcr.io/lee-orr/rusty-dev-containers/wasm32-unknown-unknown:0": {},
6-
"ghcr.io/trunk-io/devcontainer-feature/trunk:1": {}
5+
"ghcr.io/lee-orr/rusty-dev-containers/wasm32-unknown-unknown:0": {}
76
}
87
}

0 commit comments

Comments
 (0)