How can I specify on which port will instance of VSCode server be started on remote host? Is it at all possible?
Currently it seems like VSCode just selects this port somewhat randomly. However it won't work for me since in my environment almost all the ports are closed.
There is Default Forwarded Ports setting, but either I don't understand how to fill it in correctly, or it is about different thing.
I believe my question is not a duplicate of this one. I am talking about a different port.
Tunneled remote port 40510 to local port 63464. The rationale might be to permit popular ports such as 5000,3000,8080 be used for mock-up rather than reserve it for vscode-remoteserver tunnel.