Skip to content

Commit de8aa8e

Browse files
committed
Fixed an issue when PlatformIO IDE installer asks to install Python interpreter on Windows OS // Resolve platformio#3076
1 parent 950eec1 commit de8aa8e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.4.3 (2022-03-??)
4+
5+
- Fixed an issue when PlatformIO IDE installer asks to install Python interpreter on Windows OS (issue [#3076](https://github.com/platformio/platformio-vscode-ide/issues/3076))
6+
37
## 2.4.2 (2022-02-11)
48

59
- Fixed an "Error: No such command "home" when opening PIO Home (issue [#2923](https://github.com/platformio/platformio-vscode-ide/issues/2923))

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.4.1",
641+
"platformio-node-helpers": "~9.4.2",
642642
"platformio-vscode-debug": "~1.4.1"
643643
},
644644
"devDependencies": {

0 commit comments

Comments
 (0)