Skip to content

Commit bf8fdae

Browse files
lszomoruCopilot
andauthored
Agents - enable editors in the workbench (#310729)
Co-authored-by: Copilot <copilot@github.com>
1 parent 0864d19 commit bf8fdae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
3939
'chat.implicitContext.enabled': { 'panel': 'never' },
4040
'chat.tools.terminal.enableAutoApprove': true,
4141

42+
'diffEditor.renderSideBySide': false,
4243
'diffEditor.hideUnchangedRegions.enabled': true,
4344

4445
'extensions.ignoreRecommendations': true,
@@ -79,7 +80,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerDefaultCon
7980
'workbench.startupEditor': 'none',
8081
'workbench.tips.enabled': false,
8182
'workbench.layoutControl.type': 'toggles',
82-
'workbench.editor.useModal': 'all',
83+
'workbench.editor.useModal': 'some',
8384
'workbench.panel.showLabels': false,
8485
'workbench.colorTheme': ThemeSettingDefaults.COLOR_THEME_DARK,
8586

0 commit comments

Comments
 (0)