vscode-rsync
vscode-rsync copied to clipboard
What is the expected behavior for `localPath: ${workspaceFolder}` in a multi-root workspace?
Currently, with a multi-root workspace, when I set localPath: ${workspaceFolder} the path I see passed to rsync is the path of the first workspace in the folder list, rather than the path where the workspace file itself lives. I'd expected the later behavior not the former. Is this the correct behavior?