razor
razor copied to clipboard
[VSCode] Switch to single server
Our VSCode handlers should eventually switch over to single server like in VS.
I updated the code to keep track of where we are with this. The list is here: https://github.com/dotnet/razor/blob/main/src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer.Common/RazorLanguageServerCustomMessageTargets.cs#L29-L42
@davidwengier I'm assuming we can close this and just consider cohosting as the future to replace this?
Cohosting in some way requires this to be completed, for Html, but I don't think there is much value in having this issue specifically.