main
Use file scoped namespaces. (#77854)
Revert the sonic decl/impl split merge from main (#84831)
feat(LSP): add IsOptionServiceAvailable opt-in for CodeActionWithOptions filtering (#83650)
Seal certain types in LSP layer
Trivial cleanup to not call LSPToRoslynCompletionTriggerAsync twice. (#83520)
Refactor LSP server logging to remove singleton lsp instance (#84001)
Razor EA changes to better support the dataTipRange LSP message in cohosting (#81033)
Reapply "Update methods to be `async`." (#81808)
Make LspWorkspaceRegistrationService a lsp service
Handle textDocument/didChange notifications that don't pass across the range (#84714)
EnC session tracker cleanup (#84201)
Remove unused usings
Fix formatting on semicolon
Use implicit object creation expressions
Replace helper for mapping Uri->file path with DocumentUri version; make Uri version Razor only
Use resolved C# formatting options for auto insert
Add a notification handler for project context changed. (#81942)
Remove cheap version check in pull cache
Navigate to position instead of span for Go to Implementation (#82906)
Address PR review feedback
Allow Razor to call into the Roslyn selection range handler
Implement LSP daemon mode (#84199)
use patterns
cleanup based on feedback
Add messages for when design time builds begin and complete (#79669)
Review feedback
Allow Razor to call roslyn type hierarchy logic
adjust comments
Make sealed
Remove CancellationTokens that were just used to shut down queues
Move LanguageServer out of Features directory (#73779)
Reduce LSP request handling allocations (#84623)
File-based apps automatic discovery (#82863)
Improve LSP conformance in MS.CA.LanguageServer (#81174)