Skip to content

Commit 54c87c5

Browse files
authored
renamed devcontainer features -> 'ghcr.io/devcontainers-extra/*'
1 parent 2cb2b7f commit 54c87c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88

99
"features": {
10-
"ghcr.io/devcontainers-contrib/features/clojure-asdf:2": {},
10+
"ghcr.io/devcontainers-extra/features/clojure-asdf:2": {},
1111
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {},
12-
"ghcr.io/devcontainers-contrib/features/bash-command:1":
12+
"ghcr.io/devcontainers-extra/features/bash-command:1":
1313
{"command": "apt-get update && apt-get install -y rlwrap && apt-get install -y libxtst-dev"},
14-
"ghcr.io/devcontainers-contrib/features/poetry:2" : {},
14+
"ghcr.io/devcontainers-extra/features/poetry:2" : {},
1515
"ghcr.io/rocker-org/devcontainer-features/r-apt:0": {}
1616

1717

0 commit comments

Comments
 (0)