79131308

Date: 2024-10-27 19:19:10
Score: 0.5
Natty:
Report link

Before adding a new adornment, check if an adornment already exists. Update your UpdateAdornments() in IntraTextAdornmentManager with an additional check

if (_activeAdornments.ContainsKey(snapshotSpan))
continue;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Byron