mkloubert / vs-deploy

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy
MIT License
131 stars 24 forks source link

Symlink support #147

Open AbiolaR opened 6 years ago

AbiolaR commented 6 years ago

While deploying my workspace I encountered four Errors. After looking into it, it turns out that all four files where symlinks. The error message is "Error: ENOENT: no such file or directory"

It'd be really great if symlinks could be supported

BR, AbiolaR