vs-deploy icon indicating copy to clipboard operation
vs-deploy copied to clipboard

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.

Results 60 vs-deploy issues
Sort by recently updated
recently updated
newest added

Since version 4.0 there is support for translation files. If you want to create a translation, have a look at the [en.ts](https://github.com/mkloubert/vs-deploy/blob/master/src/lang/en.ts) file. It shows how a translation object is...

help wanted

i noticed the following issues (tested with SFTP): - the OnChange event after a local file deletion doesn't trigger a remote file delete - if i force a Deploy Workspace...

enhancement

In new version (9.26.1) is possible memory leak. When save files (deploy on save turned on) several times ... I have high CPU load... and extension don't deploy files anymore.

Hey there, it's a great tool for deploy work. I'm not sure if I missed something. I configured an FTP deploy and found that only files both on local and...

enhancement

Whenever I deploy a single file plugin copies to file across along with its parent folder. Can we have an option which disables that behaviour? I looked through the wiki...

Hey! Could you implement a feature that would allow to use absolute paths in mappings? Currently, I can't map it "backwards" like this: ``` { "source": "cfg", "target": "../../../app/cfg" }...

Hey, I found that when I deploy some folder to SFTP **via context menu**, the excluded property on package seems not to work. For example: ``` "exclude": [ "**/.*", ".editorconfig",...

**If you have examples, you would like to share with other users, you can post them here.** Examples will be available since [version 8.0.0](https://github.com/mkloubert/vs-deploy/tree/v8) from [Visual Studio Code](https://code.visualstudio.com/) directly. ![Screenshot...

help wanted

If you could manage the bridge from vscode to dynamics 365 webresources that would be amazing. I know that this would be extremely difficult I guess.

help wanted

When I save multiple files at the same time, each save creates a new session. It seems to drag down performance quite a bit. Also, it is more apparent when...

enhancement