Skip to content

Commit b2fcf64

Browse files
refactor devcontainer configuration for cleaner formatting
1 parent 4afbe72 commit b2fcf64

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"postCreateCommand": "npm install",
55
"customizations": {
66
"codespaces": {
7-
"openFiles": [
8-
"README.md"
9-
]
7+
"openFiles": ["README.md"]
108
},
119
"vscode": {
1210
"extensions": [
@@ -49,4 +47,4 @@
4947
"test": "npm run ci-test",
5048
"run": "npm run all"
5149
}
52-
}
50+
}

0 commit comments

Comments
 (0)