SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
546 stars 36 forks source link

how can i right "/" in option "Copy path" for unix style #173

Closed vodish closed 4 years ago

vodish commented 4 years ago

i use "Copy path" and get string path "\left1\left2"

i want "Copy path" and get string path "/right1/right2"

SchoofsKelvin commented 4 years ago

That is something VSCode adds, I have no control over that.