vscode-deploy-reloaded icon indicating copy to clipboard operation
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.

Results 99 vscode-deploy-reloaded issues
Sort by recently updated
recently updated
newest added

### Description Commands specified under "target -> commands -> connected" are not executed on deploy. ### Actual behavior Specified commands are not executed. ### Expected behavior Specified commands are executed....

We can run a command after each file has been uploaded, but it would be great if we could run a command after ALL file have been uploaded. https://github.com/mkloubert/vscode-deploy-reloaded/wiki/target_sftp#commands- Thanks!

Short issue: when new option "window.titleBarStyle" set to "custom" can't deploy item from side menu. ![2018-08-27_21-35-11](https://user-images.githubusercontent.com/13717428/44657834-9ab5c500-aa41-11e8-8f74-132e4b4c1c26.gif)

### Description sometimes deploying a file will not work at all, the deployment is started : `[18:24:15] 🚀 Deploying file '/readme.md' to '/ (preprod)' ... ` and get stuck forever....

### Description We have prepare script which is modifying its target by setting " values - type env". When deploying, everything works as expected. When we run Compare command, prepare...

### Description I'd like to know how I can run dotnet commands before deploying the files. ### Actual behavior Nothing. This is something I am not sure how to do....

### Description deploy.reloaded is added to each of my 'workspace settings' so that I can deploy my files to the appropriate local directory locations. After the 1.25 VSCode update, the...

Hello, for some reason deploying to ftp does not include subdirectories. I have included my script. It should deploy all files except the subdirectory data in dist/assets. There are other...

### Description Deploying a single file takes at minimum 30sec whereas vs-deploy does it immediately. ```json { "deploy.reloaded": { "targets": [ { "type": "ftp", "dir": "/public_html", "host": "...", "port": 21,...

good first issue
improvement

### Description Unable to receive a prompt for SSH Private Key passphrase ### Actual behavior When adding a private key to the configs, I get failures due to missing passphrase...

enhancement
good first issue