Sessions - disable auto-commit for background sessions (#306006)

This commit is contained in:
Ladislau Szomoru
2026-03-28 20:22:06 +00:00
committed by GitHub
parent fa6338b4d1
commit f4d0b1255c

View File

@@ -45,6 +45,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
'plaintext': true,
},
'github.copilot.chat.claudeCode.enabled': true,
'github.copilot.chat.cli.autoCommit.enabled': false,
'github.copilot.chat.cli.branchSupport.enabled': true,
'github.copilot.chat.cli.isolationOption.enabled': true,
'github.copilot.chat.cli.mcp.enabled': true,