Skip to content

Commit f8ef019

Browse files
committed
Update prettier feature
- The prettier feature doesn't seem to work, throwing an error that it cannot be resolved when trying to build the devcontainer. - Let's update it to the one found on the https://containers.dev/features website (search for prettier to find the feature location).
1 parent 3fa2e74 commit f8ef019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
},
3737
"features": {
3838
"ghcr.io/devcontainers/features/github-cli:1": {},
39-
"ghcr.io/devcontainers-contrib/features/prettier:1": {}
39+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
4040
}
4141
}

0 commit comments

Comments
 (0)