Skip to content

Commit 7653a2e

Browse files
committed
Synchronize VSCode workspaces with PlatformIO Home Projects // Resolve platformio#1367
1 parent 5c62976 commit 7653a2e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Release Notes
22

3+
## 2.3.5 (2021-11-??)
4+
5+
- Added "Verbose Check" project task
6+
- 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))
7+
- Handle "Could not find distutils module" error on Linux
8+
39
## 2.3.4 (2021-10-19)
410

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**.
11+
- 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).
612
- PlatformIO IDE Installer
713
* Ask the user to install Python manually if the portable version does not work
814
* Check compatible Python using the installer script

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

0 commit comments

Comments
 (0)