vscode-deploy-reloaded
vscode-deploy-reloaded copied to clipboard
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
### Description When pulling files which size is more than `64 KB`, deploy will only get the first `65,536 B` of that file, thus leaving file incomplete. No errors displayed...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 4.7.0 to 6.4.16. Changelog Sourced from nodemailer's changelog. 6.4.16 2020-11-12 Applied updated prettier formating rules 6.4.15 2020-11-06 Minor changes in header key casing 6.4.14 2020-10-14 Disabled postinstall...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Is there a way to clean/delete files from a remote target automatically before deploying the new files? The `remove_on_change` option isn't suitable, because the files should only be removed at...
### Description I named a file **ObjectAction.js** and deployed it over SFTP. After that, I renamed it to **objectaction.js**. When I deploy it after that, it's still deployed as **ObjectAction.js**,...
``` /folder-a/ /subfolder-a/ /folder-b/ /subfolder-b/ ``` Is there a way to deploy **folder a** and subfolders to **target a** and **folder b** and subfolders to **target b** without being asked...
Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Sanitise the pretty option...
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3. Commits eedf9a3 Don't ask escaping for boolean attributes at the beginning of attributes-list... 6f38adf Add in additional resources of 2 packages (#2945) d86ac52 new...
I think this issue was ment for this plugin... Iam having this same problem with Deploy Reloaded. https://github.com/mkloubert/vs-deploy/issues/173