mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-14 09:45:55 +01:00
This commit is contained in:
@@ -50,4 +50,6 @@ export const fixedDiffEditorOptions: IDiffEditorConstructionOptions = {
|
||||
wordWrap: 'off',
|
||||
diffWordWrap: 'off',
|
||||
diffAlgorithm: 'advanced',
|
||||
renderSideBySide: true,
|
||||
useInlineViewWhenSpaceIsLimited: false
|
||||
};
|
||||
|
||||
@@ -248,7 +248,9 @@ export class CellDiffSideBySideRenderer implements IListRenderer<SideBySideDiffE
|
||||
dimension: {
|
||||
height: 0,
|
||||
width: 0
|
||||
}
|
||||
},
|
||||
renderSideBySide: true,
|
||||
useInlineViewWhenSpaceIsLimited: false
|
||||
}, {
|
||||
originalEditor: getOptimizedNestedCodeEditorWidgetOptions(),
|
||||
modifiedEditor: getOptimizedNestedCodeEditorWidgetOptions()
|
||||
|
||||
Reference in New Issue
Block a user