We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaa193 commit 7844d73Copy full SHA for 7844d73
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts
@@ -104,8 +104,8 @@ const _previewEditorEditorOptions: IDiffEditorConstructionOptions = {
104
diffCodeLens: false,
105
scrollBeyondLastLine: false,
106
stickyScroll: { enabled: false },
107
- originalAriaLabel: localize('modified', 'Modified'),
108
- modifiedAriaLabel: localize('original', 'Original'),
+ originalAriaLabel: localize('original', 'Original'),
+ modifiedAriaLabel: localize('modified', 'Modified'),
109
diffAlgorithm: 'advanced',
110
readOnly: true,
111
isInEmbeddedEditor: true
0 commit comments