File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 }
1919 },
2020 "features" : {
21- "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
21+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
22+ "ghcr.io/CargoSense/devcontainer-features/shellcheck:1" : {
23+ "version" : " latest"
24+ }
2225 },
2326 "remoteUser" : " node" ,
2427 "updateContentCommand" : " npm install -g @devcontainers/cli"
Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ The example below installs [actionlint](https://github.com/rhysd/actionlint) usi
1616 "name" : " my-project-devcontainer" ,
1717 "image" : " mcr.microsoft.com/devcontainers/base:debian" ,
1818 "features" : {
19- "ghcr.io/CargoSense/devcontainer-features/actionlint:1" : {},
2019 "ghcr.io/CargoSense/devcontainer-features/postgresql-client:1" : {
2120 "version" : " 16"
22- }
21+ },
22+ "ghcr.io/CargoSense/devcontainer-features/shellcheck:1" : {
23+ "version" : " latest"
24+ },
2325 }
2426}
2527```
You can’t perform that action at this time.
0 commit comments