mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
fix compile error: add missing constructor args to LanguageModelsService test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1161,6 +1161,8 @@ suite('LanguageModels - Per-Model Configuration with multiple same-vendor groups
|
||||
new TestSecretStorageService(),
|
||||
new class extends mock<IProductService>() { override readonly version = '1.100.0'; },
|
||||
new class extends mock<IRequestService>() { },
|
||||
new TestNotificationService(),
|
||||
NullOpenerService,
|
||||
);
|
||||
|
||||
languageModelsService.deltaLanguageModelChatProviderDescriptors([
|
||||
|
||||
Reference in New Issue
Block a user