mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Enable the isolation mode setting
This commit is contained in:
@@ -185,7 +185,8 @@ export class AgentSessionsChatWidget extends Disposable {
|
||||
return idLower === 'repositories' || idLower === 'folders' ||
|
||||
nameLower === 'repository' || nameLower === 'repositories' ||
|
||||
nameLower === 'folder' || nameLower === 'folders' ||
|
||||
idLower === 'branch' || nameLower === 'branch';
|
||||
idLower === 'branch' || nameLower === 'branch' ||
|
||||
idLower === 'isolation' || nameLower === 'isolation';
|
||||
}
|
||||
: viewOptions.excludeOptionGroup;
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
|
||||
|
||||
'github.copilot.chat.claudeCode.enabled': true,
|
||||
'github.copilot.chat.cli.branchSupport.enabled': true,
|
||||
'github.copilot.chat.cli.isolationOption.enabled': true,
|
||||
'github.copilot.chat.languageContext.typescript.enabled': true,
|
||||
|
||||
'inlineChat.affordance': 'editor',
|
||||
|
||||
Reference in New Issue
Block a user