mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
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:
@@ -71,6 +71,10 @@
|
||||
{
|
||||
"vendor": "test-lm-vendor",
|
||||
"displayName": "Test LM Vendor"
|
||||
},
|
||||
{
|
||||
"vendor": "copilot",
|
||||
"displayName": "Test Copilot LM Vendor"
|
||||
}
|
||||
],
|
||||
"chatParticipants": [
|
||||
|
||||
Reference in New Issue
Block a user