You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# Release Notes
2
2
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
+
3
9
## 2.3.4 (2021-10-19)
4
10
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).
6
12
- PlatformIO IDE Installer
7
13
* Ask the user to install Python manually if the portable version does not work
8
14
* Check compatible Python using the installer script
0 commit comments