Closed
Description
- Cleanup the code we have to run copilot code in parallel
- Filter out CompilerFeatureRequired and Obsolete attribute from method symbols
- Update Language Feature Status.md
- Move remaining legacy workspace event listeners over to new APIs.
- Fix async hoisted type substituted local
- Insert missing space in XML documentation
- Do not offer 'remove unnecessary parens' when it would change a collection initializer
- minor cleanup (no functional change)
- Do not offer use-expr-body for properties with initializers
- Make IDiagnosticAnalyzerService into an IWorkspaceService
- Add BuildHost APIs for loading an in-memory project
- Add dump reporting for https://github.com/dotnet/roslyn/issues/76225
- Allow Razor logs to be directed to the right output window in VS Code
- Remove unnecessary dependency in LSP handlers
- Simplify Impl interface tests