razor
razor copied to clipboard
CLaSP: Re-enable Initialized verification
In https://github.com/dotnet/roslyn/pull/66998 we needed to disable the check that no other methods are called before initialize and initialized because of threading issues, but we should re-enable that check (from within the queue, after the work item has been de-queued).
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initialize