提交 b5093ace 编写于 作者: C CyrusNajmabadi

Use 'LocalVariable' for our local variables.

上级 8ad98464
......@@ -211,7 +211,7 @@ public static ImageMoniker GetImageMoniker(ImmutableArray<string> tags, string l
}
case CompletionTags.RangeVariable:
return KnownMonikers.FieldPublic;
return KnownMonikers.LocalVariable;
case CompletionTags.Reference:
return KnownMonikers.Reference;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册