vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

Problem resource paths are normalized

Open alexr00 opened this issue 6 years ago • 0 comments

When on Windows with a linux remote, problem paths are normalized before being "converted" back to linux paths. This is bad because the linux path could have backslashes and the conversion is not smart. Ideally the file system provider could handle the normalize.

alexr00 avatar Aug 30 '19 13:08 alexr00