Skip to content

Fix: add missing override modifiers in test mock class#308558

Merged
rwoll merged 1 commit intomicrosoft:move-blackbird-harness-to-vscodefrom
gryan11:move-blackbird-harness-to-vscode
Apr 8, 2026
Merged

Fix: add missing override modifiers in test mock class#308558
rwoll merged 1 commit intomicrosoft:move-blackbird-harness-to-vscodefrom
gryan11:move-blackbird-harness-to-vscode

Conversation

@gryan11
Copy link
Copy Markdown
Member

@gryan11 gryan11 commented Apr 8, 2026

Fixes TypeScript type checking CI failure in Copilot tests.

The vscode repo's strict TypeScript config requires override modifiers on methods that override base class members. Adds them to all methods in TestFetcherService in scenarioAutomationWorkspaceChunkSearchService.spec.ts.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

The vscode repo's strict TypeScript config requires override modifiers
on methods that override base class members. Add them to all methods
in TestFetcherService.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rwoll rwoll merged commit 873067b into microsoft:move-blackbird-harness-to-vscode Apr 8, 2026
4 of 5 checks passed
@vs-code-engineering vs-code-engineering bot added this to the 1.116.0 milestone Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants