You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when starting VS, before a .cs file has been opened in the text editor, and only a .razor file, it feels like something hasn't been initialized properly theme-wise:
using the Dark theme, i get this tooltip when calling Edit.ParameterInfo from Ctrl-Shift-Space:
once i change into a .cs file, and pack, it is drawn properly:
The text was updated successfully, but these errors were encountered:
This feels like it's probably Roslyn not loading theme information until a view tagger is created (the colours look correct for the light theme), so might need to move to them, but we should investigate first.
when starting VS, before a .cs file has been opened in the text editor, and only a .razor file, it feels like something hasn't been initialized properly theme-wise:
using the Dark theme, i get this tooltip when calling Edit.ParameterInfo from Ctrl-Shift-Space:
once i change into a .cs file, and pack, it is drawn properly:
The text was updated successfully, but these errors were encountered: