We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31d031 commit 5c7e861Copy full SHA for 5c7e861
src/vs/sessions/contrib/configuration/browser/configuration.contribution.ts
@@ -14,6 +14,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
14
'chat.viewSessions.enabled': false,
15
'chat.implicitContext.suggestedContext': false,
16
'chat.implicitContext.enabled': { 'panel': 'never' },
17
+ 'chat.tools.terminal.enableAutoApprove': true,
18
19
'breadcrumbs.enabled': false,
20
0 commit comments