Unverified Commit 2f0e962e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Improve Github Codespaces configuration (#356)

parent 05a699ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "15"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/macos",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "13"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/macos",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "12"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/macos",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "11"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/macos",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "10"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/macos",
  "initializeCommand": "docker system prune --all --force"
}
Loading