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
Worst part of it is that it occurs even when I change branches when I want to hop between the two to merge them or do anything. That probably happens because there are some platformio.ini changes.
But it kills the experience really (can't use CLI in vscode's terminal to do further git operations).
For others fading this issue, I suppose the workaround will be to disable the feature:
I'm getting this issue as well I think. E.g. on switching branches on git, the Output>PlatformIO: Project Configuration tab aggressively takes focus if there are libraries to install.
Should I be seeing this fix by now in my version? > pio --version PlatformIO Core, version 6.1.15
Repro steps:
platformio.ini
file.Expected
Output panel doesn't grab focus from the editor. It's perfectly fine for it to process its own thing, but it shouldn't interrupt editing.
Actual
It takes focus for every single time it puts a line to the output.
Given I'm using multiple git repositories, it takes ~1sec for each line - effectively I can't do anything for a notable time.
Other info
This is an issue that didn't occur to me before (although I had a break in using PIO in VSCode for like year or two). So seems to be a regression.
The text was updated successfully, but these errors were encountered: