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

feat: Improve Github Codespaces configuration (#1512)

parent 4e0a2960
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "11e"
  },
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "11l"
  },
  "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",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "10e"
  },
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "containerEnv": {
    "VERSION": "10l"
  },
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
Loading