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

I have no idea what I'm doing wrong here. I went from a single folder workspace to a dual setup, one for dev, other for prd. Settings.json has both configurations,...

This is what my settings.json looks like inside of .vscode: ``` { "deploy": { "packages": [ { "name": "Version 2.3.4", "description": "Package version 2.3.4", "files": [ "**/*.php", "/*.json" ], "exclude":...

I have 2 folders in my workspace. I set separately settings.json for both folders. One sftp setting target for first folder to Server 1 and for folder 2 different sftp...

I am trying to deploy to a windows file share named `htdocs` on server `win-efedehe4j1i`. Deploy fails trying to call mkdir on a dir (//win-efedehe4j1i/htdocs) that is already there. The...

there's an extra folder created, I already checked my directory on settings and I do not have it there. it should be /path/to/file/file.sh but instead I get: path/to/-1/file/file.sh any suggestions?

Adding new sentences - slack - switch - selected - workspace

Could you have the errors in the list show up in RED? It would make it easier to find them when deploying a work space with many files. Or have...

enhancement

In my scenario, locally I have a package set up in "LocalDirectory\build", for example. I have a deploy target set up with a directory "RemoteDirectory". I want to deploy the...

I've set up 2 targets. I suppose I have to use Deploy: Change switch? I'm getting this message when doing so. [vs-deploy] No swicthes available! settings ``` "deploy": { "targets":...

Hi M. Its a little confusing to know what i'm comparing my current file against. Is it a git thing or a deploy thing I'm comparing against? Suggestion: prefix the...