Kaynağa Gözat

feat: Improve Github Codespaces configuration (#1488)

Kroese 2 hafta önce
ebeveyn
işleme
0b0de7de14
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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": {