Skip to content

Commit b44d1fb

Browse files
committed
undo some changes
1 parent 3d04348 commit b44d1fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/vs/workbench/contrib/notebook/browser/diff/diffComponents.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,7 @@ abstract class AbstractElementRenderer extends Disposable {
502502
dimension: {
503503
height: this.cell.layoutInfo.metadataHeight,
504504
width: this.cell.getComputedCellContainerWidth(this.notebookEditor.getLayoutInfo(), true, true)
505-
},
506-
accessibilityVerbose: this.configurationService.getValue<boolean>('accessibility.verbosity.diff-editor') ?? false
505+
}
507506
}, {
508507
originalEditor: getOptimizedNestedCodeEditorWidgetOptions(),
509508
modifiedEditor: getOptimizedNestedCodeEditorWidgetOptions()
@@ -1425,8 +1424,7 @@ export class ModifiedElement extends AbstractElementRenderer {
14251424
dimension: {
14261425
height: OUTPUT_EDITOR_HEIGHT_MAGIC,
14271426
width: this.cell.getComputedCellContainerWidth(this.notebookEditor.getLayoutInfo(), false, true)
1428-
},
1429-
accessibilityVerbose: this.configurationService.getValue<boolean>('accessibility.verbosity.diff-editor') ?? false
1427+
}
14301428
}, {
14311429
originalEditor: getOptimizedNestedCodeEditorWidgetOptions(),
14321430
modifiedEditor: getOptimizedNestedCodeEditorWidgetOptions()

0 commit comments

Comments
 (0)