razor
razor copied to clipboard
Icon for structs completions is wrong
Version used: VS 2022 v17.3 Preview 1.1
Here how it looks in C#:
And here how in razor:
For some reason in razor
context icon is inherited form razor directives, so this issue is probably connected with https://github.com/dotnet/razor-tooling/issues/6504. Also it can apply to all LSP scenarios, not only for razor
(and it should probably be checked when fixed).