Ryan Brandenburg

Results 62 comments of Ryan Brandenburg

Good catch @Daniel Roth , the "=>" in the property value is the important bit here, it likely breaks TextMate.

@NTaylorMullen judging by your first line you've already imagined a fix here, can you share?

Of note: This is not a Razor or LSP specific thing. Roslyn (with LSP off) also experiences color differences: Does that change your prioritization preferences @NTaylorMullen?

@ajaybhargavb I only noticed this in LiveShare, as I recall it did not repro in either CodeSpaces or Locally when I tried. I don't know of any other caviets.

Another example of combinations that could be made is `RazorTranslateDiagnosticsEndpoint` and `RazorPullDiagnosticsEndpoint`.

> IIRC a single server can't pull and push diagnostics at the same time. Meaning Razor diagnostics will break until converting the existing [Razor diagnostic publisher](https://github.com/dotnet/razor-tooling/blob/3254e23d1822e9e7d005e4868b47f38934146e5f/src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/RazorDiagnosticsPublisher.cs) to pull How would...

Blocked on https://github.com/dotnet/roslyn/pull/64642.

CC @mkArtakMSFT to re-assign to the new owner.

> So, one thing that might be super helpful (either in this, or a sibling pr) would be: > > here's a Program.Main that shows how to instantiate everything to...