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

random "-1" in destination directory #156

Open ma-armenta opened 5 years ago

ma-armenta commented 5 years ago

there's an extra folder created, I already checked my directory on settings and I do not have it there. it should be /path/to/file/file.sh

but instead I get: path/to/-1/file/file.sh

any suggestions?