Tyler James Leonhardt fbef796216 Fix test warnings (#2499)
Two things that we saw a lot of:

* `[createInstance] SemanticSearchTextSearchProvider depends on UNKNOWN service IRerankerService`
* `Error: Tests: either GITHUB_PAT, GITHUB_OAUTH_TOKEN, or GITHUB_OAUTH_TOKEN+VSCODE_COPILOT_CHAT_TOKEN must be set unless running from an IS_SCENARIO_AUTOMATION environment. Run "npm run get_token" to get credentials.
	at StaticGitHubAuthenticationService.tokenProvider (/mnt/vss/_work/1/s/dist/test-extension.js:53806:11)`

So I:
* registed the rerankerservice
* registered a null auth service

Fixes https://github.com/microsoft/vscode-copilot/issues/18514
2025-12-08 22:00:12 +00:00
S
Description
Visual Studio Code
2.4 GiB
Languages
TypeScript 80.7%
jsonc 15.3%
CSS 1.5%
JavaScript 0.5%
C 0.5%
Other 1.2%