Skip to content

Commit

Permalink
Merge pull request #1936 from nohwnd/fix-namespace-icon
Browse files Browse the repository at this point in the history
Fix namespace icon
  • Loading branch information
filipw authored Sep 11, 2020
2 parents 007d057 + 2c7c2ed commit 0587b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class CompletionService :
{ WellKnownTags.Keyword, CompletionItemKind.Keyword },
{ WellKnownTags.Label, CompletionItemKind.Text },
{ WellKnownTags.Local, CompletionItemKind.Variable },
{ WellKnownTags.Namespace, CompletionItemKind.Text },
{ WellKnownTags.Namespace, CompletionItemKind.Module },
{ WellKnownTags.Method, CompletionItemKind.Method },
{ WellKnownTags.Module, CompletionItemKind.Module },
{ WellKnownTags.Operator, CompletionItemKind.Operator },
Expand Down

0 comments on commit 0587b50

Please sign in to comment.