File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/vs/sessions/contrib/configuration/browser Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments