Selaa lähdekoodia

fix: Remove version variable in Codespaces (#1500)

Kroese 2 viikkoa sitten
vanhempi
sitoutus
b998cd4c7f
2 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 1
      .devcontainer/codespaces.yml
  2. 0 3
      .devcontainer/devcontainer.json

+ 0 - 1
.devcontainer/codespaces.yml

@@ -3,7 +3,6 @@ services:
     image: dockurr/windows
     container_name: windows
     environment:
-      VERSION: "11"
       ALLOCATE: "Y"
       RAM_SIZE: "half"
       DISK_SIZE: "max"

+ 0 - 3
.devcontainer/devcontainer.json

@@ -14,8 +14,5 @@
   "otherPortsAttributes": {
     "onAutoForward": "silent"
   },
-  "hostRequirements": {
-    "storage": "64gb"
-  },  
   "dockerComposeFile": "codespaces.yml"
 }