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
After an interpolated string font lock break until I re-open the buffer.
var a = 25;
var b = $"This is value of the variable: {a}";
// Everything from here on is not correctly font-locked until I reopen the buffer.
// Can't indent code correctly either.