Unverified Commit 42f6eb7e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update .devcontainer.json with host requirements

Added host requirements for storage capacity.
parent 013c18ef
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,5 +2,8 @@
  "name": "windows",
  "service": "windows",
  "forwardPorts": [8006],
  "dockerComposeFile": ".github/codespaces.yml"
  "dockerComposeFile": ".github/codespaces.yml",
  "hostRequirements": {
     "storage": "64gb"
  }
}