Open jrieken opened 1 year ago
I believe I understand what's happening.
any
hover and ghost hoverThe "N/M" takes forever to resolve and we don't show a "1/?" in the meantime
This actually used to be the case (https://github.com/microsoft/vscode/issues/172142). But maybe there is also a bug that it never resolves (#189058).
There is a missing separator between the any hover and ghost hover
I agree.
This actually used to be the case (https://github.com/microsoft/vscode/issues/172142). But maybe there is also a bug that it never resolves (https://github.com/microsoft/vscode/issues/189058).
Yeah, it never resolves but I would argue that it is bad to even shortly not show anything. If folks don't like 1/? show something else that's simpler to understand but looks less buggy, like "1/1" (which updates once the data is there)
mark