Skip to content

Commit 50f8979

Browse files
committed
Update PlatformIO IDE installer
1 parent 44ca771 commit 50f8979

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## 2.3.4 (2021-10-??)
44

5-
- Start debugging without firmware uploading using a new ``loadMode`` launch option (see docs for [debug_load_mode](https://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode) for more details)
5+
- Start debugging without firmware uploading using a new ``loadMode`` launch option (see docs for [debug_load_mode](https://docs.platformio.org/en/latest/projectconf/section_env_debug.html#debug-load-mode) for more details). **Requires PlatformIO Core 5.2.2 or above**.
6+
- PlatformIO IDE Installer
7+
* Ask the user to install Python manually if the portable version does not work
8+
* Check compatible Python using the installer script
9+
* Use pre-built Python 3.7 for Windows 7 and below
610

711
## 2.3.3 (2021-08-14)
812

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
"vscode:package": "webpack --mode production && vsce package"
638638
},
639639
"devDependencies": {
640-
"@babel/core": "~7.15.0",
640+
"@babel/core": "~7.15.8",
641641
"@types/node": "~12",
642642
"@types/vscode": "~1.44.0",
643643
"babel-eslint": "~10.1.0",
@@ -646,15 +646,15 @@
646646
"babel-preset-env": "~1.7.0",
647647
"eslint": "~7.32.0",
648648
"eslint-import-resolver-webpack": "~0.13.1",
649-
"eslint-plugin-import": "~2.24.0",
649+
"eslint-plugin-import": "~2.24.2",
650650
"prettier": "~2.3.2",
651-
"vsce": "~1.96.1",
651+
"vsce": "~1.96.3",
652652
"webpack": "~5.50.0",
653653
"webpack-cli": "~4.7.2"
654654
},
655655
"dependencies": {
656656
"fs-plus": "~3.1.1",
657-
"platformio-node-helpers": "~9.2.3",
657+
"platformio-node-helpers": "~9.2.4",
658658
"platformio-vscode-debug": "~1.4.0"
659659
},
660660
"extensionDependencies": [

0 commit comments

Comments
 (0)