mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
mcp: make autostart opt in for this release (#258713)
We might make it default in the future...
This commit is contained in:
@@ -303,7 +303,7 @@ configurationRegistry.registerConfiguration({
|
||||
[mcpAutoStartConfig]: {
|
||||
type: 'string',
|
||||
description: nls.localize('chat.mcp.autostart', "Controls whether MCP servers should be automatically started when the chat messages are submitted."),
|
||||
default: McpAutoStartValue.NewAndOutdated,
|
||||
default: McpAutoStartValue.Never,
|
||||
enum: [
|
||||
McpAutoStartValue.Never,
|
||||
McpAutoStartValue.OnlyNew,
|
||||
|
||||
Reference in New Issue
Block a user