Skip to content

Commit c54bb4b

Browse files
authored
Create devcontainer.json
1 parent 94978a9 commit c54bb4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/devcontainer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "ModernJava",
3+
"image": "mcr.microsoft.com/devcontainers/universal:2",
4+
"hostRequirements": {
5+
"cpus": 1,
6+
"memory": "1gb",
7+
"storage": "2gb"
8+
}
9+
}

0 commit comments

Comments
 (0)