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
just a question, should we be decorate the navigator from the problem-decorator similar to vscode? Currently we use the iconOverlay to display a small circle with an x in it, but should we improve the decorator to be similar to vscode?
I made the following poc:
The text was updated successfully, but these errors were encountered:
Fixes#3819
The following commit updates the `problem-marker` decoration from
the `explorer` to display the total count of errors and warnings for a given resource
and updates container nodes (parent directories) to display a generic symbol. The
following changes are aligned with the behavior with VS Code.
Signed-off-by: vince-fugnitto <[email protected]>
just a question, should we be decorate the
navigator
from theproblem-decorator
similar to vscode? Currently we use theiconOverlay
to display a small circle with an x in it, but should we improve the decorator to be similar to vscode?I made the following poc:
The text was updated successfully, but these errors were encountered: