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

feat: Improve Github Codespaces configuration (#932)

parent b5448c39
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
+3 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
    "onAutoForward": "ignore"
  }, 
  "dockerComposeFile": "../codespaces.yml"
  "dockerComposeFile": "../codespaces.yml",
  "initializeCommand": "docker system prune --all --force"
}
Loading