Skip to content

Commit 5c7e861

Browse files
authored
sessions - enable terminal auto approve (#298917)
1 parent d31d031 commit 5c7e861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
1414
'chat.viewSessions.enabled': false,
1515
'chat.implicitContext.suggestedContext': false,
1616
'chat.implicitContext.enabled': { 'panel': 'never' },
17+
'chat.tools.terminal.enableAutoApprove': true,
1718

1819
'breadcrumbs.enabled': false,
1920

0 commit comments

Comments
 (0)