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
This is no longer used, which is fantastic! Less EA to worry about,
fewer dual insertions, the whole 9 meters. However, it turns out it
still happily restores and gets packaged in the LanguageServer for VS
Code. Now that razor is on 10.x the 9.x version load will cause an
exception when loading. It will eventually find the right version
because it's packaged next to the source generator in the rzls package,
but the exception is both alarming to users and slows things down. Let's
fix that.
Fixesdotnet/vscode-csharp#8193
0 commit comments