mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-23 07:16:29 +01:00
Enable CLI integration (still behind agents view setting) (#1533)
This commit is contained in:
@@ -741,7 +741,7 @@ export namespace ConfigKey {
|
||||
|
||||
export const EnableClaudeCodeAgent = defineSetting<boolean | string | undefined>('chat.advanced.claudeCode.enabled', false);
|
||||
export const ClaudeCodeDebugEnabled = defineSetting<boolean>('chat.advanced.claudeCode.debug', false);
|
||||
export const CopilotCLIEnabled = defineSetting<boolean | undefined>('chat.advanced.copilotCLI.enabled', { defaultValue: false, teamDefaultValue: true });
|
||||
export const CopilotCLIEnabled = defineSetting<boolean | undefined>('chat.advanced.copilotCLI.enabled', true);
|
||||
export const CopilotCloudEnabled = defineSetting<boolean | undefined>('chat.advanced.copilotCodingAgent.enabled', false);
|
||||
export const Gpt5AlternativePatch = defineExpSetting<boolean>('chat.advanced.gpt5AlternativePatch', false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user