Skip to content

Commit

Permalink
Merge branch 'release/v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 10, 2020
2 parents 2f423b1 + 10c947d commit 1991133
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.0.1 (2020-09-10)

* Moved "Project Tasks" view back to "PlatformIO" activity (you can now drag it to any location)

## 2.0.0 (2020-09-10)

**Requires PlatformIO Core 5.0 or above**
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformio-ide",
"version": "2.0.0",
"version": "2.0.1",
"publisher": "platformio",
"engines": {
"vscode": "^1.44.0"
Expand Down Expand Up @@ -437,15 +437,13 @@
]
},
"views": {
"explorer": [
"platformio": [
{
"id": "platformio-ide.projectTasks",
"name": "PlatformIO Tasks",
"icon": "root-folder",
"when": "pioProjectReady"
}
],
"platformio": [
},
{
"id": "platformio-activitybar.quickAccess",
"name": "Quick Access",
Expand Down

0 comments on commit 1991133

Please sign in to comment.