Explorar o código

feat: Improve Github Codespaces configuration (#1487)

Kroese hai 2 semanas
pai
achega
8472d700dc
Modificáronse 1 ficheiros con 17 adicións e 2 borrados
  1. 17 2
      .devcontainer.json

+ 17 - 2
.devcontainer.json

@@ -1,6 +1,21 @@
 {
-  "name": "windows",
+  "name": "Windows 11 Pro",
   "service": "windows",
-  "forwardPorts": [8006],
+  "containerEnv": {
+    "VERSION": "11"
+  },  
+  "forwardPorts": [8006],  
+  "portsAttributes": {
+    "8006": {
+      "label": "Web",
+      "onAutoForward": "openBrowser"
+    }
+  },
+  "otherPortsAttributes": {
+    "onAutoForward": "silent"
+  }, 
+  "hostRequirements": {
+    "storage": "64gb"
+  },  
   "dockerComposeFile": ".github/codespaces.yml"
 }