Переглянути джерело

feat: Improve Github Codespaces configuration (#1512)

Kroese 2 тижнів тому
батько
коміт
0caa4d76b8
22 змінених файлів з 43 додано та 21 видалено
  1. 2 1
      .devcontainer/010 - Windows 11 Enterprise/devcontainer.json
  2. 2 1
      .devcontainer/020 - Windows 11 LTSC/devcontainer.json
  3. 2 1
      .devcontainer/030 - Windows 10 Pro/devcontainer.json
  4. 2 1
      .devcontainer/040 - Windows 10 Enterprise/devcontainer.json
  5. 2 1
      .devcontainer/050 - Windows 10 LTSC/devcontainer.json
  6. 2 1
      .devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json
  7. 2 1
      .devcontainer/070 - Windows 7 Ultimate/devcontainer.json
  8. 2 1
      .devcontainer/080 - Windows Vista Ultimate/devcontainer.json
  9. 2 1
      .devcontainer/090 - Windows XP Professional/devcontainer.json
  10. 2 1
      .devcontainer/100 - Windows 2000 Professional/devcontainer.json
  11. 2 1
      .devcontainer/110 - Windows Server 2025/devcontainer.json
  12. 2 1
      .devcontainer/120 - Windows Server 2022/devcontainer.json
  13. 2 1
      .devcontainer/130 - Windows Server 2019/devcontainer.json
  14. 2 1
      .devcontainer/140 - Windows Server 2016/devcontainer.json
  15. 2 1
      .devcontainer/150 - Windows Server 2012 R2/devcontainer.json
  16. 2 1
      .devcontainer/160 - Windows Server 2008 R2/devcontainer.json
  17. 2 1
      .devcontainer/170 - Windows Server 2003/devcontainer.json
  18. 2 1
      .devcontainer/180 - Tiny11/devcontainer.json
  19. 2 1
      .devcontainer/190 - Tiny11 Core/devcontainer.json
  20. 2 1
      .devcontainer/200 - Tiny11 Nano/devcontainer.json
  21. 2 1
      .devcontainer/210 - Tiny10/devcontainer.json
  22. 1 0
      .devcontainer/devcontainer.json

+ 2 - 1
.devcontainer/010 - Windows 11 Enterprise/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "11e"
-  },  
+  },
+  "forwardPorts": [8006],  
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/020 - Windows 11 LTSC/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "11l"
-  },  
+  },
+  "forwardPorts": [8006],  
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/030 - Windows 10 Pro/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "10"
-  },  
+  },
+  "forwardPorts": [8006],  
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/040 - Windows 10 Enterprise/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "10e"
-  },  
+  },
+  "forwardPorts": [8006],  
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/050 - Windows 10 LTSC/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "10l"
-  },  
+  },
+  "forwardPorts": [8006],  
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/060 - Windows 8.1 Enterprise/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "8e"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/070 - Windows 7 Ultimate/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "7u"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/080 - Windows Vista Ultimate/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "vu"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/090 - Windows XP Professional/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "xp"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/100 - Windows 2000 Professional/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2k"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/110 - Windows Server 2025/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2025"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/120 - Windows Server 2022/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2022"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/130 - Windows Server 2019/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2019"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/140 - Windows Server 2016/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2016"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/150 - Windows Server 2012 R2/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2012"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/160 - Windows Server 2008 R2/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2008"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/170 - Windows Server 2003/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "2003"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/180 - Tiny11/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "tiny11"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/190 - Tiny11 Core/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "core11"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/200 - Tiny11 Nano/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "nano11"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 2 - 1
.devcontainer/210 - Tiny10/devcontainer.json

@@ -3,7 +3,8 @@
   "service": "windows",
   "containerEnv": {
     "VERSION": "tiny10"
-  },  
+  },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",

+ 1 - 0
.devcontainer/devcontainer.json

@@ -4,6 +4,7 @@
   "containerEnv": {
     "VERSION": "11"
   },
+  "forwardPorts": [8006],
   "portsAttributes": {
     "8006": {
       "label": "Web",