We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94978a9 commit c54bb4bCopy full SHA for c54bb4b
.devcontainer/devcontainer.json
@@ -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