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

[Help Wanted] disable popup and output window from popping up #131

Closed bhat-ganesh closed 6 years ago

bhat-ganesh commented 6 years ago

help....

Is there a way we can disable the popup window that shows up on saving files?

Also, everytime on save or deploy, output window shows up. Can that be disabled as well?

Thanks for this extension!!

mkloubert commented 6 years ago

There are the settings showPopupOnSuccess and openOutputOnDeploy, which can be set to (false).

bhat-ganesh commented 6 years ago

Thanks @mkloubert for getting back. I see its defined in wiki (my bad).

But where do I give these options? I tried in both the "packages" and "targets" and it doesnt seem to work. Restarted vscode after making the change as well.

mkloubert commented 6 years ago

You have to do it globally, inside "deploy" section and outside "packages" and "targets" sections.

bhat-ganesh commented 6 years ago

Works like a charm 👍 Thanks for the quick response.