liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.51k stars 267 forks source link

tilde #683

Open pwkip opened 5 years ago

pwkip commented 5 years ago

Adding this in my config file will not work: "remotePath": "~/www",

The reason seems to be that an extra / is added, so the folder that SFTP tries to load is /~/www

Moosieus commented 5 years ago

To my understanding remotePath is intended to be absolute:

image

Thus file path short-hands like ~ do not work.