mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
Adding Rendered Notebook Diff Option (#14860)
* First attempt nb diff preview * First attempt nb diff preview * Simplify everything * Interim scroll one way * Double scroll * Add setting * Add tests * Add comment * Fix tests * first round PR comments * Ensure scrollable portion has scrollbar in diff * Fix sqllint errors, register events * Fix scrolling, readonly
This commit is contained in:
@@ -289,7 +289,12 @@ configurationRegistry.registerConfiguration({
|
||||
'default': 1.5,
|
||||
'minimum': 1,
|
||||
'description': localize('notebook.markdownPreviewLineHeight', "Controls the line height used in the notebook markdown preview. This number is relative to the font size.")
|
||||
}
|
||||
},
|
||||
'notebook.showRenderedNotebookInDiffEditor': {
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
'description': localize('notebook.showRenderedNotebookinDiffEditor', "(Preview) Show rendered notebook in diff editor.")
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user