Merge pull request #9 from Chuxel/patch-1

Fix invalid devcontainer.json
This commit is contained in:
Josh Abernathy 2022-11-17 10:55:39 -05:00 committed by GitHub
commit 0e174956f9
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": {
"cpus": 4
},