main
Add LSP CallHierarchy support (#82865)
Throw content modified for stale code action resolve request (#83612)
Refactor LSP server logging to remove singleton lsp instance (#84001)
Dev/toddgrun/fix lsp completion suggestion mode empty filter (#83438)
Reduce SumConverter exceptions by peeking at array element types (#83708)
Add backwards compatible properties for Uris used by Xaml/Razor
Use Contains("/generated_file.cs") for source-generated URI assertions
Fix EnC logging MEF export (#84163)
Handle textDocument/didChange notifications that don't pass across the range (#84714)
Add support for lineFoldingOnly folding ranges (#80955)
Use implicit object creation expressions
Fix InvalidCastException in document highlights for constructor references (#83246)
[labeled break/continue] Quick Info (#83203)
Remove AssertEx.NotNull
Replace helper for mapping Uri->file path with DocumentUri version; make Uri version Razor only
cleanup listener retrieval
make sealed
Remove old Razor specific behaviour and tests
Fix tests to account for new exit behavior
Send a key across identifying contents of the project context list (#81940)
[labeled break/continue] Grabbag validation tests (#83204)
Implement LSP `textDocument/selectionRange` handler (#82809)
Remove obsolete CS1998 suppressions (#84216)
Compare DocumentUri instances in LSP tests instead of file path strings
Add optional namespace support to symbol tree item provider
Add LSP TypeHierarchy Support (#83011)
Add didSave test for additional documents
Add the server name to the LSP initialization result (#84109)
Convert language server project/workspace creation stack into LSP services
Optimize DecisionDagBuilder with Tests.ValueSet for large or-patterns (#83513)
Remove unused LSP misc files workspace and refactor tests
Make sealed
Consolidate to just one IsRazorSourceDocument extension method properly
adjust comments