Fix invalid settings keys (#254609)

This commit is contained in:
Yusuke Yamada 2025-07-09 03:01:20 +09:00 committed by GitHub
parent 6ba2ae25b3
commit 2d948e9d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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',