I have installed the VSCode remote development extension pack, and I am trying to connect to the remote host via the Remote-SSH: Connect to Host
command, however it fails to automatically install the code server with the message:
The remote host may not meet VS Code Server's prerequisites for glibc and libstdc++
Now it may just be the case that the versions of these are too old on the server, however what I suspect is more likely is that I just need to run some appropriate module load XXX
commands on the server to put that sort of thing on the PATH before VSCode tries to install the server. I.e. the server is a HPC machine with environments managed by environment modules.
Is there some way to tell VSCode to run extra commands like this before it tries to install or run the code server? I guess there might be some way to manually install the code server (if so how?) but it probably still will not launch correctly when needed since glibc and libstdc++ still won't be on the path unless I can inject these module load
commands. Though I wonder if this will cause other hassles during development, since I need to develop with various different modules loaded depending on what I am working on.
Edit: perhaps I can add some commands to be run automatically to my .ssh/config file, haven't tried that yet...
I remove the dir ".vscode-server" in linux, and reinstall the vs plugin, then reconnect the remote host