-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfile-decorationsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersscmGeneral SCM compound issuesGeneral SCM compound issuesverifiedVerification succeededVerification succeeded
Milestone
Description
OK I was able to find 100% repro steps out of sources on master. I can't repro on Insiders tho... 🙈
There's a bit of setup:
git init foo
git init bar
echo hello > foo/file.json
- Then, open both folders in a single workspace window
- Go to the SCM viewlet,
file.jsonshould appear as untracked with the letterU - Click
file.jsonand it will open a diff editor, now in the SCM view it appears as1,Udue to the JSON syntax error - Reload
🐛 It only shows 1 instead of U. As soon as you hit Refresh on the repository, the U appears!
This could also very well be an issue in Git and not decorations. @jrieken Can you check whether the decorations are reaching your model at least?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugfile-decorationsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersscmGeneral SCM compound issuesGeneral SCM compound issuesverifiedVerification succeededVerification succeeded