Skip to content

Commit 341997b

Browse files
committed
Update PlatformIO IDE Installer
1 parent 5821d10 commit 341997b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
- Added "Verbose Check" project task
99
- Synchronize VSCode workspaces with PlatformIO Home Projects (requires PlatformIO Core 5.2.3 or above) (issue [#1367](https://github.com/platformio/platformio-vscode-ide/issues/1367))
1010
- Automatically switch to newly created project's environment (issue [#2414](https://github.com/platformio/platformio-vscode-ide/issues/2414))
11-
- Handle "Could not find distutils module" error on Linux
1211
- Fixed an issue when "Copy to Clipboard" does not work in PlatformIO Home on macOS (requires PlatformIO Core 5.2.3 or above) (issue [#2570](https://github.com/platformio/platformio-vscode-ide/issues/2570))
12+
- PlatformIO IDE Installer
13+
* Updated installer script to 1.1.0
14+
* Check global PlatformIO Core installation when built-in is disabled
15+
* Handle "Could not find distutils module" error on Linux
16+
* Rebuild project IDE configuration on "platformio.ini" change
1317

1418
## 2.3.4 (2021-10-19)
1519

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

0 commit comments

Comments
 (0)