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

Commit

Permalink
changed 'activationEvents'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Nov 19, 2017
1 parent 0351bf4 commit cbc43d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (vs-deploy)

## 11.0.0 (November 20th, 2017; finished multi root support)
## 11.1.0 (November 20th, 2017; finished multi root support)

* added `extension.deploy.selectWorkspace`, which can change between workspaces now

Expand Down
4 changes: 2 additions & 2 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": "11.0.0",
"version": "11.1.0",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.18.0"
Expand All @@ -19,7 +19,7 @@
"Cloud"
],
"activationEvents": [
"workspaceContains:/.vscode"
"*"
],
"main": "./out/src/extension",
"contributes": {
Expand Down

0 comments on commit cbc43d6

Please sign in to comment.