https://www.nuget.org/packages/OmniSharp.Extensions.LanguageServer/ - Will be able to remove our [AutoFlushingStream](https://github.com/dotnet/aspnetcore-tooling/blob/c1c501215e8be5830090a41fd4bd87135ce35923/src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/RazorLanguageServerClient.cs#L100) impl - [x] Make sure that hovers/completions/whatnot work on HTMLY files. - [x] Try removing AutoFlushingStream Needs Verification in VS: - [x] SemanticTokens (Ryan) - [x] Completions - [x] Completion resolve - [x] signatureHelp - [x] documentHighlight - [ ] codeAction - [x] codeLens - [x] formatting - [x] onTYpeFormatting - [x] rename Needs Verification in VSCode: - [x] SemanticTokens (Ryan) - [x] Hover - [x] Completions - [x] Completion resolve - [x] signatureHelp - [x] documentHighlight - [x] codeAction - [x] codeLens - [x] formatting - [x] onTYpeFormatting - [x] rename