File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/vs/workbench/contrib/notebook/browser/diff Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -502,8 +502,7 @@ abstract class AbstractElementRenderer extends Disposable {
502
502
dimension : {
503
503
height : this . cell . layoutInfo . metadataHeight ,
504
504
width : this . cell . getComputedCellContainerWidth ( this . notebookEditor . getLayoutInfo ( ) , true , true )
505
- } ,
506
- accessibilityVerbose : this . configurationService . getValue < boolean > ( 'accessibility.verbosity.diff-editor' ) ?? false
505
+ }
507
506
} , {
508
507
originalEditor : getOptimizedNestedCodeEditorWidgetOptions ( ) ,
509
508
modifiedEditor : getOptimizedNestedCodeEditorWidgetOptions ( )
@@ -1425,8 +1424,7 @@ export class ModifiedElement extends AbstractElementRenderer {
1425
1424
dimension : {
1426
1425
height : OUTPUT_EDITOR_HEIGHT_MAGIC ,
1427
1426
width : this . cell . getComputedCellContainerWidth ( this . notebookEditor . getLayoutInfo ( ) , false , true )
1428
- } ,
1429
- accessibilityVerbose : this . configurationService . getValue < boolean > ( 'accessibility.verbosity.diff-editor' ) ?? false
1427
+ }
1430
1428
} , {
1431
1429
originalEditor : getOptimizedNestedCodeEditorWidgetOptions ( ) ,
1432
1430
modifiedEditor : getOptimizedNestedCodeEditorWidgetOptions ( )
You can’t perform that action at this time.
0 commit comments