From 0cd6e0fb6745f8c527c04a2a17b81cbc14ebde25 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sat, 25 Jan 2025 19:01:47 -0800 Subject: [PATCH] ... --- src/vs/platform/void/common/voidSettingsTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/void/common/voidSettingsTypes.ts b/src/vs/platform/void/common/voidSettingsTypes.ts index bdb892ba..34ff74ee 100644 --- a/src/vs/platform/void/common/voidSettingsTypes.ts +++ b/src/vs/platform/void/common/voidSettingsTypes.ts @@ -269,7 +269,7 @@ export const displayInfoOfSettingName = (providerName: ProviderName, settingName title: 'API Key', // **Please follow this convention**: - // The word "key..." here is a placeholder for the hash. For example, sk-ant-key means the key will look like sk-ant-abcdefg123... + // The word "key..." here is a placeholder for the hash. For example, sk-ant-key... means the key will look like sk-ant-abcdefg123... placeholder: providerName === 'anthropic' ? 'sk-ant-key...' : // sk-ant-api03-key providerName === 'openAI' ? 'sk-proj-key...' : providerName === 'deepseek' ? 'sk-key...' :