feat(devcontainer): add forwardPorts 3000
Required for testing the documentation with the host's browser. PR: #477
This commit is contained in:
parent
784ddfc620
commit
a9f257cdec
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@
|
||||||
"extensions": ["ms-vscode.cpptools"],
|
"extensions": ["ms-vscode.cpptools"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
}
|
},
|
||||||
|
"forwardPorts": [3000]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue