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

feat: Improve Github Codespaces configuration (#1510)

parent 10449a3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "11e"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/windows",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "11l"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/windows",
  "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/windows",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "10e"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/windows",
  "initializeCommand": "docker system prune --all --force"
}
+2 −2
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
  "containerEnv": {
    "VERSION": "10l"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
      "onAutoForward": "notify"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml",
  "workspaceFolder": "/workspaces/windows",
  "initializeCommand": "docker system prune --all --force"
}
Loading