Update default model selection to prioritize 'copilot' vendor in ExtHostLanguageModels (#298903)

* Update default model selection to prioritize 'copilot' vendor in ExtHostLanguageModels

* Fix tests

* Fix tests
This commit is contained in:
Don Jayamanne
2026-03-06 21:48:45 +11:00
committed by GitHub
parent 176d771e8e
commit 5b38f1d529
3 changed files with 6 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ suite('chat', () => {
disposables = [];
// Register a dummy default model which is required for a participant request to go through
disposables.push(lm.registerLanguageModelChatProvider('test-lm-vendor', {
disposables.push(lm.registerLanguageModelChatProvider('copilot', {
async provideLanguageModelChatInformation(_options, _token) {
return [{
id: 'test-lm',