main
Fixes Hot reload logging in DevKit (#84179)
Share syntax trees across language server workspaces (#84758)
Allow MSBuildWorkspace to open file-based apps (#84139)
Share metadata between lsp server instances in daemon mode (#84713)
Replace helper for mapping Uri->file path with DocumentUri version; make Uri version Razor only
Use non-recursive file watches when watching individual files
feedback
Implement LSP daemon mode (#84199)
Refactor LSP server logging to remove singleton lsp instance (#84001)
Fix localized tests
Fix race condition in ServerThrowsOnStreamCorruption test (#84110)
Handle textDocument/didChange notifications that don't pass across the range (#84714)
Add support for external Test Discovery language server service (#84178)
Reuse our fault reporting code from Visual Studio
Update AutoLoad so LSP can read defaultSolution from .vscode/settings.json (#82690)
Use cached mef compositions in LSP tests when possible