-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Remove old vs4mac code
- Update CSharpCopilotCodeAnalysisService.cs
- Fix bug where exact path match would throw for additional files
- Cleanup and make semantic token processing and testing code more consistent
- Add CI validation of Semantic Search API lists
- Support textDocument/semanticTokens/full
- Fix SkipApplyOptimizationData parameter
- Fix typo
- Fix reflection use in integration tests
- Ensure we get telemetry signal for
Implement with CopilotCode Fix - Generate Documentation - Bug Fixes
- Fix generation of attribute with array constant
- Fix watch window completion window upon manual completion invocation
- Make ISemanticSearchCopilotUIProvider import lazy to avoid loading VS.EA.Copilot
- Change vs deps flow
- On-the-fly-docs Pass along additional context
- Add feature flag controlling Copilot prompt in Semantic Search
- Correct how we pick up options for
ICopilotOptionsService