Adds option --name to VScode tunnel script to allow custom naming.
Previously, the tunnel name used is dependent on slurm node the job lands on; while this setup is better in many ways, this setup caused issues with opening workspaces from the tunnel history. Adding name option allows the user to choose a set up of their choice.
Adds option
--name
to VScode tunnel script to allow custom naming.Previously, the tunnel name used is dependent on slurm node the job lands on; while this setup is better in many ways, this setup caused issues with opening workspaces from the tunnel history. Adding
name
option allows the user to choose a set up of their choice.