Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2019-03-30)

### Features

* add sidebar view ([2595a39](2595a39))
  • Loading branch information
spmeesseman committed Mar 30, 2019
1 parent d901f65 commit 2e67066
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.7.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.6.0...v1.7.0) (2019-03-30)


### Features

* add sidebar view ([2595a39](https://github.com/spmeesseman/vscode-taskexplorer/commit/2595a39))

# [1.6.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.5.21...v1.6.0) (2019-03-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Task Explorer",
"description": "View and run tasks from Explorer",
"icon": "res/launch.png",
"version": "1.6.0",
"version": "1.7.0",
"publisher": "spmeesseman",
"repository": {
"type": "git",
Expand Down Expand Up @@ -111,11 +111,11 @@
"contributes": {
"viewsContainers": {
"activitybar": [
{
"id": "taskActivity",
"title": "%view.name%",
"icon": "res/gears.svg"
}
{
"id": "taskActivity",
"title": "%view.name%",
"icon": "res/gears.svg"
}
]
},
"views": {
Expand All @@ -127,11 +127,12 @@
}
],
"taskActivity": [
{
"id": "taskExplorerSideBar",
"name": "%view.name%",
"when": "config.taskExplorer.enableSideBar"
}]
{
"id": "taskExplorerSideBar",
"name": "%view.name%",
"when": "config.taskExplorer.enableSideBar"
}
]
},
"commands": [
{
Expand Down

0 comments on commit 2e67066

Please sign in to comment.