Skip to content

Commit 1183774

Browse files
Merge pull request #1 from github/ryanjamescaldwell/initial-setup
Add base devcontainer
2 parents 5744c7e + fd41d59 commit 1183774

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"hostRequirements": {
4+
"cpus": 4
5+
},
6+
"waitFor": "onCreateCommand",
7+
"updateContentCommand": "npm install",
8+
"postCreateCommand": "",
9+
"postAttachCommand": {},
10+
"customizations": {
11+
"codespaces": {
12+
"openFiles": [
13+
"README.md"
14+
]
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)