Skip to content

Commit dbf3354

Browse files
authored
sessions - disable implicit context (#298407)
As no editor can open non-modal, this is not helping much.
1 parent 652b31d commit dbf3354

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/vs/sessions/contrib/configuration/browser/configuration.contribution.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ import { Registry } from '../../../../platform/registry/common/platform.js';
88

99
Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultConfigurations([{
1010
overrides: {
11-
'chat.agentsControl.enabled': true,
1211
'chat.agent.maxRequests': 1000,
1312
'chat.customizationsMenu.userStoragePath': '~/.copilot',
14-
'chat.restoreLastPanelSession': true,
15-
'chat.unifiedAgentsBar.enabled': true,
1613
'chat.viewSessions.enabled': false,
14+
'chat.implicitContext.suggestedContext': false,
1715

1816
'breadcrumbs.enabled': false,
1917

0 commit comments

Comments
 (0)