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 How can I get the following mapping to work? LocalPath: d:\repositories\git\entwicklung\javascript\fapp RemotePath: /home/pi/nodeapps/fapp Currently this is happening when uploading a file ``` 'd:\repositories\git\entwicklung\javascript\fapp\public\roboto-latin-500italic.a365f2b4.woff2' in '/javascript/fapp/public (SFTP_PI_FAPP)' ``` but...

### Description Hello, I'm using 'deploy-reloaded' to sync my local files with FTP host. I usually work with SASS/SCSS, so if I edit *.scss files, then CSS file is generated...

### Description It would be very useful if Deploy(Reloaded): list directory is shown in the sidebar similar to explorer. Also if we have multiple servers we should be able to...

Hello! ### Description I have some problem with incorrect deploying files from local computer to remote unix server. The problem is relevant for any files: both located in the project...

### Description When deploying, delete remote dirs or files if it has been deleted locally. ### Actual behavior Directories or files are not deleted on remote. ### Expected behavior Directories...

### Description Hi, I'd like to be able to set a global include/exclude without having to set them up in Packages. For example I use Deploy > Git commit and...

### Description I am unable to get local (SMB) deploy to update the target file. I am trying to deploy to a windows file share named htdocs on server win-efedehe4j1i....

help wanted

- Operating system: Windows 10 - Visual Studio Code version: 1.28.2 - Extension version: 0.84.0 I have a multi-folder workspace with no settings.json files. Deploy-reloaded shows the following message in...

The new VSCode feature of detecting when the Extension Host is unresponsive for 10 seconds gave me a notification to show running extensions. There were only two which were taking...

I found *EPERM* means *permission denied*. I've found simliar errors for filesystem operation, but not on connect :( #### Example config ```json { "deploy.reloaded": { "targets": [ { "type": "sftp",...

help wanted