Skip to content

Commit

Permalink
Updated PlatformIO Core installer to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 16, 2020
1 parent 8543ab7 commit 5a51382
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 2.1.0 (2020-09-16)

* Renamed "PIO Remote" group of tasks to "Remote Development"
* Updated PlatformIO Core installer to [v0.3.5](https://github.com/platformio/platformio-core-installer/releases/tag/v0.3.5)

## 2.0.1 (2020-09-10)

* Moved "Project Tasks" view back to "PlatformIO" activity (you can now drag it to any location)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
"platformio-ide.useBuiltinPython": {
"type": "boolean",
"default": true,
"description": "Use a built-in Python 3 Interpreter if available"
"description": "Use a portable Python 3 Interpreter if available"
},
"platformio-ide.useBuiltinPIOCore": {
"type": "boolean",
Expand Down Expand Up @@ -621,7 +621,7 @@
},
"dependencies": {
"fs-plus": "~3.1.1",
"platformio-node-helpers": "~7.2.0",
"platformio-node-helpers": "~7.2.1",
"platformio-vscode-debug": "~1.2.11"
},
"extensionDependencies": [
Expand Down

0 comments on commit 5a51382

Please sign in to comment.