Skip to content

Commit 573231d

Browse files
committed
Update devcontainer.json
fix the prettier package in devcontainers.
1 parent fa5c217 commit 573231d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
1010
"packages": "build-essential,imagemagick,inotify-tools,jupyter-nbconvert,procps,ruby-full,zlib1g-dev"
1111
},
12-
"ghcr.io/devcontainers-contrib/features/prettier:1": {}
12+
"ghcr.io/devcontainers-extra/features/prettier:1.0.2": {}
13+
// "ghcr.io/devcontainers-contrib/features/prettier:1": {}
1314
},
1415

1516
// Optionally: run jekyll serve automatically on container entering using the Docker entrypoint

0 commit comments

Comments
 (0)