Skip to content

Commit 98b6fbd

Browse files
committed
Fix prettier dev container feature
1 parent f1b7603 commit 98b6fbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"postCreateCommand": "npm install",
55
"customizations": {
66
"codespaces": {
7-
"openFiles": ["README.md"]
7+
"openFiles": [
8+
"README.md"
9+
]
810
},
911
"vscode": {
1012
"extensions": [
@@ -36,6 +38,6 @@
3638
},
3739
"features": {
3840
"ghcr.io/devcontainers/features/github-cli:1": {},
39-
"ghcr.io/devcontainers-contrib/features/prettier:1": {}
41+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
4042
}
4143
}

0 commit comments

Comments
 (0)