Fix invalid devcontainer.json

This commit is contained in:
Chuck Lantz 2022-11-17 09:41:18 -06:00 committed by GitHub
parent e8901c5bcb
commit cf8aef4775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ {
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": { "hostRequirements": {
"cpus": 4 "cpus": 4
}, },