We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5f7d8 commit 85e491dCopy full SHA for 85e491d
1 file changed
Plugin/Validation/EditorConfigErrorTag.cs
@@ -72,10 +72,6 @@ public IEnumerable<ITagSpan<IErrorTag>> GetTags(NormalizedSnapshotSpanCollection
72
if (cspan.ClassificationType.IsOfType(PredefinedClassificationTypeNames.SymbolDefinition))
73
{
74
property = cspan.Span.GetText();
75
- CompletionItem item = CompletionItem.GetCompletionItem(property);
76
-
77
- if (item == null)
78
- yield return CreateError(line, cspan, "\"" + property + "\" is not a valid .editorconfig property"); ;
79
}
80
else if (cspan.ClassificationType.IsOfType(PredefinedClassificationTypeNames.Literal))
81
0 commit comments