Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
updated to version 0.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Mar 17, 2018
1 parent 9bc8b2b commit a3a8429
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 22 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deploy-reloaded",
"displayName": "Deploy (Reloaded)",
"description": "Deploys files of a workspace to a destination.",
"version": "0.61.0",
"version": "0.62.1",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.21.0"
Expand Down Expand Up @@ -23191,6 +23191,16 @@
{
"type": "object",
"properties": {
"alwaysAskForPassword": {
"type": "boolean",
"description": "Always ask for password and do not cache, if no password is defined.",
"default": false
},
"alwaysAskForUser": {
"type": "boolean",
"description": "Always ask for username and do not cache, if no user is defined.",
"default": false
},
"applyValuesTo": {
"description": "Applies values to the properties of that target.",
"type": "object",
Expand Down Expand Up @@ -52444,6 +52454,16 @@
"description": "Set to (true) to use OpenSSH agent forwarding (auth-agent@openssh.com) for the life of the connection. 'agent' property must also be set to use this feature.",
"default": false
},
"alwaysAskForPassword": {
"type": "boolean",
"description": "Always ask for password and do not cache, if no password is defined.",
"default": false
},
"alwaysAskForUser": {
"type": "boolean",
"description": "Always ask for username and do not cache, if no user is defined.",
"default": false
},
"applyValuesTo": {
"description": "Applies values to the properties of that target.",
"type": "object",
Expand Down Expand Up @@ -71087,6 +71107,6 @@
"tmp": "0.0.33",
"uglify-js": "^3.3.13",
"uuid": "^3.2.1",
"vscode-helpers": "^0.15.0"
"vscode-helpers": "^0.16.0"
}
}

0 comments on commit a3a8429

Please sign in to comment.