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 (using any method via menu or button), the process never ends and have to restart VSCode or _Reload Window_ to do another action (Push works...
### Description Locally I my build goes to `./build` folder and i want to deploy it to `/var/www/public` but it deploys `build` folder itself so full path on destination becomes...
### Description I wanted to install this extension to see how everything work and if I could set it up for my webserver, I tried it and once I did...
### Description Currently it is not being verbose enough about actions being taken, e.g. preparing files, connecting, listing files etc. ### Actual behavior e.g. When you click on deploy, there...
### Description There is a typo on [this](https://github.com/mkloubert/vscode-deploy-reloaded/wiki/target_ftp) wiki-page: `uasername` should be `username` ### Actual behavior Username is spelled `uasername` ### Expected behavior Username should be spelled `username` ### Steps...
### Description So I'm trying to connect to my server, in which on the terminal I just do `ssh [email protected]` And I can't seem to make it work. I have...
### Description Hi, i want to disable excesive frequent popups. I configure the extension to syncronize a local folder to a network location (a WSL2 environment). The extension seems to...
### Description I use this plugin for Laravel projects and I wish to pull all of the files and folders which I select which includes new files that could exist...
### Description My exclude filters do not work! ```json { "deploy.reloaded": { "packages": [ { "name": "Version 1", "description": "Package version 1", "files": [ "**" ], "exclude": [ "/code/**", "code/",...
### Description With sftp copy, unable to give destination file the same timestamp as source file. ### Actual behavior An sftp copy gives the destination file a timestamp equal to...