fix warnings

This commit is contained in:
Matt Parker
2025-10-17 19:06:38 +10:00
parent 2f0893b8fc
commit 370c158010
3 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ internal sealed class CustomSemanticTokensVisitor : SyntaxWalker
private readonly ISemanticTokensLegendService _semanticTokensLegend;
private readonly bool _colorCodeBackground;
private bool _addRazorCodeModifier;
private bool _addRazorCodeModifier = false;
private CustomSemanticTokensVisitor(List<SemanticRange> semanticRanges, RazorCodeDocument razorCodeDocument, TextSpan range, ISemanticTokensLegendService semanticTokensLegend, bool colorCodeBackground)
{