Browse Source

feat(devcontainer): add forwardPorts 3000

Required for testing the documentation with the host's browser.

PR: #477
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
a9f257cdec
  1. 3
      .devcontainer/devcontainer.json

3
.devcontainer/devcontainer.json

@ -7,5 +7,6 @@ @@ -7,5 +7,6 @@
"extensions": ["ms-vscode.cpptools"],
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
},
"forwardPorts": [3000]
}

Loading…
Cancel
Save