Registry / devops / vs-deploy

vs-deploy

JSON →
library13.0.0jsnpmunverified

A Visual Studio Code extension (v13.0.0) that provides commands to deploy workspace files to various destinations including SFTP, FTP, AWS S3, Azure Blob, Dropbox, HTTP, local folders, ZIP, and more. Supports compilation with CoffeeScript, Less, TypeScript, UglifyJS2, Pug, and html-minifier. Allows download/pull from many targets, deploy on change, sync on open, and check for newer files. Multi-language support includes English, German, French, Spanish, Portuguese, and Russian. Primarily used via VS Code UI commands and configuration in settings.json.

npm install vs-deploy
INSTALL
IMPORT
SIG · VS-DEPLOY
V
vs-deploy
devopsjavascriptv13.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vs-deploy
// No JavaScript import needed; extension is used via VS Code commands and settings.
const deploy = require('vs-deploy');
This is a VS Code extension, not a Node.js library. It is activated when installed and configured via workspace settings.

Shows how to install, configure, and use vs-deploy extension for deploying files via SFTP.

// 1. Install extension from VS Code marketplace: mkloubert.vs-deploy // 2. Configure targets in .vscode/settings.json: { "deploy.targets": [ { "type": "sftp", "name": "MyServer", "dir": "/remote/path", "host": "example.com", "port": 22, "user": "username", "password": "" } ], "deploy.packages": [ { "name": "MyPackage", "targets": ["MyServer"], "files": ["**/*.js"] } ] } // 3. Open command palette (Ctrl+Shift+P) and run "Deploy: Deploy package".
Debug
Known issues
breakingIn v10, the configuration schema changed: 'deploy.targets' is now an array of objects, not a dictionary.
fix
Update your settings.json to use array syntax.
affects: >=10.0.0
Errors
Common errors & fixes
Cannot read property 'deploy' of undefined
Extension not activated or not installed correctly.
fix
Install the extension and restart VS Code.
Upgrade
Version history
13.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
vs-deploy — npm install vs-deploy · libregistry