I'm using the vscode remote tunnels, which I believe are a relatively new feature. When I follow the instructions here, and connect to the tunnel, the .vscode-server
directory gets installed in the root directory on the remote machine, but I would like it to be installed in a specific directory- ideally with a setting similar to the remote.SSH.serverInstallPath
.
I know there is the cli option --cli-data-dir
for the code tunnel
command, but despite specifying this and the remote.SSH.serverInstallPath
for the corresponding host it still installs in the root directory. I'm not sure if I'm missing some setting or if this just isn't available yet.