sessions - disable "folder" option and only allow "worktree" (#302146)

This commit is contained in:
Benjamin Pasero
2026-03-16 17:42:51 +01:00
committed by GitHub
parent 5aa319e1f8
commit 5971d29792

View File

@@ -21,6 +21,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
'chat.implicitContext.enabled': { 'panel': 'never' },
'chat.tools.terminal.enableAutoApprove': true,
'github.copilot.chat.githubMcpServer.enabled': true,
'github.copilot.chat.cli.isolationOption.enabled': false,
'breadcrumbs.enabled': false,