Shortcut to "Upload And Monitor" task while also restarting it if active?

This doesn’t work for me on Win11, VSC 1.77.3 , PlateformeIO Core 6.1.6 Home 3.4.3
I do not find the tick box options in Project Tasks, neither in the Settings → Extentions → Plateforme IO IDE.

I found in Settings → Extentions → Plateforme IO IDE → Toolbar a link to the JSON file to be edited.
I’ve replaced:
{
“text”: “$(arrow-right)”,
“tooltip”: “PlatformIO: Upload”,
“commands”: “platformio-ide.upload”
},

by
{
“text”: “$(arrow-right)”,
“tooltip”: “PlatformIO: Upload and Monitor”,
“commands”: “platformio-ide.uploadAndMonitor”
},

Saving the file update the toolbar instantaneously : name overlay is updated and behavior as well.
Don’t understand how and why this option has been removed…

Enjoy.

5 Likes