|
5 | 5 | **Requires VSCode 1.65 or above** |
6 | 6 |
|
7 | 7 | - Project Management |
8 | | - * Override upload/monitor/test port with a new port switcher (issue [#545](https://github.com/platformio/ |
9 | | - * Show project configuring progress |
10 | | - * Log configuration process to the output channel |
11 | | - * Added support for canceling project configuration process |
12 | | -- Testing |
13 | | - * Integrated PlatformIO [Unit Testing](https://docs.platformio.org/en/latest/advanced/unit-testing/index.html) |
14 | | - * Run project tests and analyze testing results using the native VSCode Testing view |
15 | | -- UX/UI Improvements |
16 | | - * Configure custom buttons and commands in PlatformIO Toolbar with a new `platformio-ide.toolbar` configuration option (issue [#1697](https://github.com/platformio/platformio-vscode-ide/issues/1697)) |
17 | | - * Added walkthroughs (Menu: Help > Get Started) to introduce users to features of the PlatformIO ecosystem |
| 8 | + * Native integration of [PlatformIO Unit Testing](https://docs.platformio.org/en/latest/advanced/unit-testing/index.html) with VSCode Testing UI |
| 9 | + * New port switcher to override upload, monitor, or testing port (issue [#545](https://github.com/platformio/platformio-vscode-ide/issues/545)) |
| 10 | + * Advanced project configuring progress with logging and canceling features |
| 11 | +- Navigation |
18 | 12 | * Added support for the macOS Touch Bar (issue [#311](https://github.com/platformio/platformio-vscode-ide/issues/311)) |
19 | 13 | * Added "Build/Upload/Test/Clean" and "Serial Monitor" buttons to the Editor title bar |
20 | | - * Added PlatformIO commands to the Explorer context menu: |
21 | | - - Open PlatformIO Home |
22 | | - - Rebuild IntelliSense Index |
23 | | - - Open PlatformIO Core CLI |
24 | | - - Upgrade PlatformIO Core |
25 | | -- Miscellaneous |
| 14 | + * Added PlatformIO base commands to the Explorer context menu |
| 15 | + * Configure custom buttons and commands in PlatformIO Toolbar with a new `platformio-ide.toolbar` configuration option (issue [#1697](https://github.com/platformio/platformio-vscode-ide/issues/1697)) |
| 16 | +- UX/UI Improvements |
| 17 | + * Added walkthroughs (Menu: Help > Get Started) to introduce users to the features of the PlatformIO ecosystem |
26 | 18 | * Activate PlatformIO IDE extension when intending to use PlatformIO (issue [#66](https://github.com/platformio/platformio-vscode-ide/issues/66)) |
27 | 19 | * Activate keyboard shortcuts when PlatformIO Project is opened (issue [#3324](https://github.com/platformio/platformio-vscode-ide/issues/3324)) |
| 20 | +- Miscellaneous |
28 | 21 | * Fixed an issue with "'platformio-ide.build' not found" (issue [#1398](https://github.com/platformio/platformio-vscode-ide/issues/1398)) |
29 | 22 |
|
30 | 23 | ## 2.5.5 (2022-10-31) |
|
0 commit comments