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

Deploy select files #142

Closed rodshtein closed 6 years ago

rodshtein commented 6 years ago

Future request

In the new version of VSC have option 'Select multiple files" in the Explorer. Can you add an option: "Deploy selected"? Or better fix "Deploy current file / folder". Now it`s work only for first select file. And with new multiple file select option have confuses.

image

mkloubert commented 6 years ago

@zamkevich

The problem is that the API currently does not support this or the feature is not well documented.

If I found out how to realize it, I will implemented in the new extension vscode-deploy-reloaded.

rodshtein commented 6 years ago

Maybe this will help: https://github.com/Microsoft/vscode/pull/41461

mkloubert commented 6 years ago

@zamkevich

Thank you very much for the help! :-)

I have implemented this in the recoded extension vscode-deploy-reloaded, which is available since version 0.46.0.

demo24

Most of the settings should be compatible with the ones of the old extension.

Have a look at the wiki to get more information.

rodshtein commented 6 years ago

Thank you for Deploy — great work!