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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.95.3
OS Version: Sonoma 14.7.1
Steps to Reproduce:
The problems decorations in the explorer panel behaves in an inconsistent and erratic way, as shown in the pictures attached. The error decorations (both color and badge) appear and disappear erratically when the file is opened /closed or when its name is selected/deselected in the explorer panel.
Errors and warnings are correctly reported and underlined in each file when they are opened.
This is observed for all file types (tested on .py, .ipynb, .json, .yaml, .js)
If the directory is in a Git repository, the usual decorations for git status (green for unmodified, yellow for modified, etc...) do not appear at all.
Problem still occurs with all extensions disabled. I have changed diverse settings such as "problems.decorations.enabled": true, "explorer.decorations.colors": true, without any effect.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The problems decorations in the explorer panel behaves in an inconsistent and erratic way, as shown in the pictures attached. The error decorations (both color and badge) appear and disappear erratically when the file is opened /closed or when its name is selected/deselected in the explorer panel.
Errors and warnings are correctly reported and underlined in each file when they are opened.
This is observed for all file types (tested on .py, .ipynb, .json, .yaml, .js)
If the directory is in a Git repository, the usual decorations for git status (green for unmodified, yellow for modified, etc...) do not appear at all.
Problem still occurs with all extensions disabled. I have changed diverse settings such as
"problems.decorations.enabled": true
,"explorer.decorations.colors": true
, without any effect.The text was updated successfully, but these errors were encountered: