From 2d948e9d255055ed08d6138d30ece4db216185f6 Mon Sep 17 00:00:00 2001 From: Yusuke Yamada Date: Wed, 9 Jul 2025 03:01:20 +0900 Subject: [PATCH] Fix invalid settings keys (#254609) --- src/vs/workbench/contrib/chat/browser/chat.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index 858099af013..c68b718f8db 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -339,7 +339,7 @@ configurationRegistry.registerConfiguration({ } ], default: true, - markdownDescription: nls.localize('mpc.discovery.enabled', "Configures discovery of Model Context Protocol servers on the machine. It may be set to `true` or `false` to disable or enable all sources, and an mapping sources you wish to enable."), + markdownDescription: nls.localize('mcp.discovery.enabled', "Configures discovery of Model Context Protocol servers on the machine. It may be set to `true` or `false` to disable or enable all sources, and an mapping sources you wish to enable."), }, [mcpGalleryServiceUrlConfig]: { type: 'string',