dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
499 stars 191 forks source link

CLaSP: Re-enable Initialized verification #8311

Open ryanbrandenburg opened 1 year ago

ryanbrandenburg commented 1 year ago

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

phil-allen-msft commented 1 year ago

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