razor icon indicating copy to clipboard operation
razor copied to clipboard

CLaSP: Re-enable Initialized verification

Open ryanbrandenburg opened this issue 2 years ago • 1 comments

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).

ryanbrandenburg avatar Feb 22 '23 19:02 ryanbrandenburg

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initialize

phil-allen-msft avatar Feb 23 '23 23:02 phil-allen-msft