Closed
Description
- Reduce costs in ComponentDirectiveVisitor.VisitRazorDirective
- Compiler: Rationalize nodes, tokens, visitors, walkers, and rewriters, oh my!
- Reduce allocations in TagHelperParseTreeRewriter.Rewrite
- Add a fallback to hive detection in integration tests
- Improve debugging tooltip support
- Update MicrosoftVisualStudioExtensibilityTestingVersion
- Propagate DynamicallyAccessedMembersAttribute to type inference method
- Tooling: Don't throw exceptions when generating code for file rooted outside of project
- Ensure @model types have a mapping in razor pages
- Fix aligned buffer write
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2706060
- Compiler: Replace SyntaxListBuilder with PooledArrayBuilder and miscellaneous performance tweaks
- Allow html requests to be properly cancelled
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2705047
- Fuse/typeparamintellisense
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2704504
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2704192
- Port auto insert to VS Code
- Improve document handling in VS Code and cohosting
- Use new select and order method
- Make it so validation happens after filtering and normalization
- Analyzer to ensure correct parameter usage in Json services
- Fix MEF Composition Error
- Port remaining cohosting endpoints to VS Code
- Fix cohost semantic tokens in VS Code
- Fix some hardcoded values in cohosting
- Add new shared SelectXXXAsArray helpers
- If SupportDiagnostics is false then dynamic files don't report diagnostics...
- Client settings tweaks, and implement VS Code configuration monitoring
- [main] [PRERELEASE] If SupportDiagnostics then dynamic files don't report diagnostics...
- Update RazorSyntaxGenerator to reduce generated syntax code
- Improve initialization, logging, and add more features to cohosting in VS Code
- Fix span calculation on RazorMapToDocumentRangesEndpoint
- [main] Update dependencies from dotnet/source-build-reference-packages
- Don't return null if we couldn't sync the document for breakpoint validation
- Copy ObjectPool.dll to output folder
- Remove 'internal' on setter
- Clean up and fix unit test infrastructure
- Port document color endpoints to cohosting in VS Code
- Add remote DLL to VisualStudioCode.Extension
- Fix the build
- Add VS Code IMappingService
- Add 'resourceManagement' rules for breaking-changes
- Add source tag to Version.Details.xml
- Share document symbol endpoint with VS Code
- Support inlay hints in cohosting in VS Code
- Explicitly add test language server part
- Add something previously published by Roslyn
- Support cohosting in VS Code
- Remove outdated entries from Version.Details.xml/props
- Remove VS dependency from cohost Html synchronizer and endpoints
- [main] Update dependencies from dotnet/source-build-reference-packages
- Remove old file and folder
- Remove unused reference
- Don't set VSIXToolsPath
- Fix cases where there is a space in the URI
- Update package Category
- Don't specify razor.compiler as a VSIX analyzer, but as a custom asset
- Fix two IDE0055 errors
- [main] Update dependencies from dotnet/source-build-reference-packages
- Minor global usings cleanup
- Port completion resolve to cohosting
- Fix cohosting completion and code actions
- Check CSS scope when comparing source generator items
- Don't initialize or dispose if cohosting is on
- Allow graceful handling of ArgumentException when trying to apply changes to SourceText in LspTextChangesLoader
- Replace "file kind" strings with an enum
- consume new ea