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

Commit

Permalink
extension is automatically activated now
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 11, 2016
1 parent cff7b09 commit 9cec089
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vs-deploy",
"displayName": "Deploy",
"description": "Commands for deploying files of your workspace to a destination.",
"version": "1.6.0",
"version": "1.7.0",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.5.0"
Expand All @@ -19,8 +19,7 @@
"SSH"
],
"activationEvents": [
"onCommand:extension.deploy",
"onCommand:extension.deploy.file"
"*"
],
"main": "./out/src/extension",
"contributes": {
Expand Down

0 comments on commit 9cec089

Please sign in to comment.