Flutter inspector bugging out/freezing in Visual Studio Code

Viewed 602

Today was the first day I came across this issue with flutter widget inspector. When you click "Select Widget Mode" then select an element, it will freeze, and this inception-like view will occur: enter image description here

In addition, if you just resize this window in Visual Studio code, the Widget Inspector view goes blank:

enter image description here

I've almost lost an entire day of development because of this stupid bug.

I have a feeling something got updated automatically and broke things. Does anyone have any idea why this is occurring? It was working so well then all the sudden today it decided to break.

1 Answers
Related