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
It seems you can't swap that task runner status icon. The only solution is to disable it. Please run the "build" task, right-click on the status bar, and uncheck "Running Task". See the screenshot below:
You closed this Issue on other users, but its still a problem .
Might it be possible to keep the "show running tasks" icon and count displayed in the lower left of the window (Or leave it off!) between the "errors" and "warnings" icons and counts, and the "PlatformIO: Home" icon, even when the "running task" count is 0; because when a "build" or "upload" task in initiated, it causes the "running tasks" icon to show, and it shifts all the icons to its right, shifting the icon beneath the cursor, changing which icon will be selected upon click, depending on whether there are any tasks running or not.
Note Platform IO reply "it was a VS problem". But having written many electron applicatins I know its not the case!.
Why its an issue....
For example, if I place the cursor over the "build" icon and click, with no tasks running, the "running tasks" icon appears and shifts the icons such that "home" ends up under the cursor, and if one moves the cursor over the newly repositioned "upload" icon, waiting for the result of the "build", but when it finishes, the cursor ends up over the "clean" icon when the build task if finished, which I end up mistakingly clicking, when intending to select "upload".
Overall, an action initialed by an icon click should not change the position of the icon clicked on.
The text was updated successfully, but these errors were encountered:
Temporary solution
It seems you can't swap that task runner status icon. The only solution is to disable it. Please run the "build" task, right-click on the status bar, and uncheck "Running Task". See the screenshot below:
You closed this Issue on other users, but its still a problem .
Might it be possible to keep the "show running tasks" icon and count displayed in the lower left of the window (Or leave it off!) between the "errors" and "warnings" icons and counts, and the "PlatformIO: Home" icon, even when the "running task" count is 0; because when a "build" or "upload" task in initiated, it causes the "running tasks" icon to show, and it shifts all the icons to its right, shifting the icon beneath the cursor, changing which icon will be selected upon click, depending on whether there are any tasks running or not.
Note Platform IO reply "it was a VS problem". But having written many electron applicatins I know its not the case!.
Why its an issue....
For example, if I place the cursor over the "build" icon and click, with no tasks running, the "running tasks" icon appears and shifts the icons such that "home" ends up under the cursor, and if one moves the cursor over the newly repositioned "upload" icon, waiting for the result of the "build", but when it finishes, the cursor ends up over the "clean" icon when the build task if finished, which I end up mistakingly clicking, when intending to select "upload".
Overall, an action initialed by an icon click should not change the position of the icon clicked on.
The text was updated successfully, but these errors were encountered: