feat(devcontainer): add forwardPorts 3000

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

PR: #477
This commit is contained in:
innovaker 2020-12-03 01:32:54 +00:00 committed by Pete Johanson
parent 784ddfc620
commit a9f257cdec
1 changed files with 2 additions and 1 deletions

View File

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