mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
feat(devcontainer): add forwardPorts 3000
Required for testing the documentation with the host's browser. PR: #477
This commit is contained in:
@@ -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]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user