feat: Improve Github Codespaces configuration (#357)

This commit is contained in:
Kroese 2025-10-19 12:48:57 +02:00 committed by GitHub
parent 2f0e962edd
commit e032e349ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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