Parcourir la source

feat: Improve Github Codespaces configuration (#1488)

Kroese il y a 2 semaines
Parent
commit
0b0de7de14
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      .devcontainer.json

+ 4 - 1
.devcontainer.json

@@ -2,7 +2,10 @@
   "name": "Windows 11 Pro",
   "service": "windows",
   "containerEnv": {
-    "VERSION": "11"
+    "VERSION": "11",
+    "RAM_SIZE": "max",
+    "DISK_SIZE": "max",
+    "CPU_CORES": "max"    
   },  
   "forwardPorts": [8006],  
   "portsAttributes": {