|
@ -42,6 +42,7 @@ export async function showAIModelPicker(): Promise |
|
|
if (item.kind === QuickPickItemKind.Separator) continue; |
|
|
if (item.kind === QuickPickItemKind.Separator) continue; |
|
|
|
|
|
|
|
|
if (item.model === model) { |
|
|
if (item.model === model) { |
|
|
|
|
|
item.description = `${item.description} \u2713`; |
|
|
item.picked = true; |
|
|
item.picked = true; |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|