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
Summary
Toolbar Upload fails in the extension host with undefined object access. Non-toolbar upload paths succeed, indicating an extension UI/task-state issue rather than a backend upload failure.
Environment
OS: Windows
VS Code build: fc3def6774
PlatformIO IDE extension: 3.3.4
PlatformIO Core: 6.1.19
Observed behavior
Build command: succeeds.
Upload via PlatformIO task/CLI: succeeds, exit code 0.
Upload via toolbar button: throws TypeError and is unreliable.
Relevant error signatures seen in extension host logs
TypeError: Cannot read properties of undefined (reading 'id')
in PlatformIO extension runTask path
invoked through toolbar command flow (runToolbarButtonCommand / onButtonClick)
Summary
Toolbar Upload fails in the extension host with undefined object access. Non-toolbar upload paths succeed, indicating an extension UI/task-state issue rather than a backend upload failure.
Environment
Observed behavior
Relevant error signatures seen in extension host logs
Repro steps
Expected behavior
Actual behavior
Impact