added forwarding of server port

This commit is contained in:
Ferdinand Keller
2024-08-01 18:26:11 +00:00
parent 4723e94fe5
commit e42eae0df9

View File

@@ -8,6 +8,9 @@
// mount SSH config & public keys from host to enable SSH-based Git remotes
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,readonly,type=bind"
],
"forwardPorts": [
25565
],
"customizations": {
"vscode": {
"extensions": [