Skip to content

Commit a9564cd

Browse files
committed
Updated PlatformIO Core installer to v1.0.3
1 parent ccaddc9 commit a9564cd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 2.3.3 (2021-08-??)
4+
5+
- Updated PlatformIO Core installer to v1.0.3 ([changes](https://github.com/platformio/platformio-core-installer/releases/tag/v1.0.3)):
6+
* Fix a bug with "OSError / WinError" when looking for a compatible Python
7+
* Fixed "UnboundLocalError"
8+
39
## 2.3.2 (2021-04-13)
410

511
- Added a new setting ``platformio-ide.pioHomeServerHttpHost`` to set a custom host for PlatformIO Home (useful for dockerized environments) (issue [#2465](https://github.com/platformio/platformio-vscode-ide/issues/2465))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
## Features
1818

1919
* Cross-platform code builder without external dependencies to a system software:
20-
- 800+ embedded boards
21-
- 35+ development platforms
20+
- 1000+ embedded boards
21+
- 40+ development platforms
2222
- 20+ frameworks
2323
* [Debugging](http://docs.platformio.org/page/plus/debugging.html)
2424
* [Unit Testing](http://docs.platformio.org/page/plus/unit-testing.html)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
},
639639
"dependencies": {
640640
"fs-plus": "~3.1.1",
641-
"platformio-node-helpers": "~9.2.2",
641+
"platformio-node-helpers": "~9.2.3",
642642
"platformio-vscode-debug": "~1.3.1"
643643
},
644644
"extensionDependencies": [

0 commit comments

Comments
 (0)