Closed
Description
Currently there is only one cwd
from the launch config mapped to one from ssh.cwd
.
Commonly multiple ones are needed...
I suggest to keep the current ssh.cwd but mark it as deprecated (this way people's configuration doesn't break after an update but have the change to adjust and not use that when creating a new setup) and add a new configuration ssh.pathSubstitutions
(map paths between the host machine and the local one; the MS extension names that sourceFileMap
so we may use that, too - but it should be placed under ssh
to keep the correct scope).