Skip to content

Commit 2d948e9

Browse files
authored
Fix invalid settings keys (microsoft#254609)
1 parent 6ba2ae2 commit 2d948e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ configurationRegistry.registerConfiguration({
339339
}
340340
],
341341
default: true,
342-
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."),
342+
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."),
343343
},
344344
[mcpGalleryServiceUrlConfig]: {
345345
type: 'string',

0 commit comments

Comments
 (0)