Skip to content

made euler side choose a free port

umarka requested to merge umarka/VSCode_remote_HPC:master into master

Hi, recently I've often been run into the problem that the default port 8899 is already in use on the Euler node being used for the server. Instead of manually changing the port I scripted some functionality to find a free port. It's likely possible to do this a lot simpler than I did, I just thought I'd share my approach here.

Merge request reports