I am trying to change the VS Code server folder install location. The functionality was recently implemented and I've found the following references [1], [2]. However, I have not been able to implement it myself and in trying I get the following error message:
C:\\Users\\username/.ssh/config: line 1: Bad configuration option: remote.ssh.serverinstallpath
C:\\Users\\username/.ssh/config: terminating, 1 bad configuration options
The config file is constructed in the following way
"remote.SSH.serverInstallPath": {"hostname": "/test/location"}
Host hostname
HostName hostname
User username
NOTE: I have obscured the connection as 'hostname' and the user as 'username'