Skip to content

Commit

Permalink
added named param
Browse files Browse the repository at this point in the history
  • Loading branch information
akhera99 committed Mar 30, 2022
1 parent b31fc30 commit 3d37248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected override void AddAdornmentsToAdornmentLayer_CallOnlyOnUIThread(Normali
var classificationType = _classificationRegistryService.GetClassificationType(InlineDiagnosticsTag.GetClassificationId(tag.ErrorType));

// Pass in null! because the geometry is unused for drawing anything for Inline Diagnostics
var graphicsResult = tag.GetGraphics(TextView, null!, GetFormat(classificationType));
var graphicsResult = tag.GetGraphics(TextView, unused: null!, GetFormat(classificationType));

var visualElement = graphicsResult.VisualElement;

Expand Down

0 comments on commit 3d37248

Please sign in to comment.