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

feat: Improve Github Codespaces configuration (#357)

parent 2f0e962e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "15"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "13"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "12"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "11"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "10"
  },
  "forwardPorts": [8006],
  "portsAttributes": {
    "8006": {
      "label": "Web",
Loading