mkloubert / vscode-deploy-reloaded

Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-deploy-reloaded
GNU Lesser General Public License v3.0
162 stars 39 forks source link

Suggestion: Configuration to load plugins #74

Open gsabater opened 6 years ago

gsabater commented 6 years ago

Description

When performing a startup performance analysis, vscode-deploy-reloaded is by far the extension that needs more time to load. Also, when opening the developer tools on vscode, the extension reports to load the following plugins:

[Extension Host] [vscode-deploy-reloaded]
[2018-06-14 15:49:03 :: extension.deploy.reloaded.loadplugins] => Loaded 19 plugins:
- app
- azureblob
- batch
- compiler
- dropbox
- each
- ftp
- list
- local
- mail
- map
- prompt
- s3bucket
- script
- sftp
- slack
- switch
- test
- zip

Actual behavior

Every plugin is loaded on startup

Expected behavior

Would be nice if we could specify via settings the plugins we want to load.

Screenshot

performance

gsabater commented 4 years ago

Hello again, VScode has started complaining about deploy reloaded taking too much time to load. Maybe you should consider implement something to avoid loading all packages on startup?

loading