mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add reverse color option to text diff editor (#4826)
* Add reverse color option to text diff editor
This commit is contained in:
@@ -744,6 +744,12 @@ export interface IDiffEditorOptions extends IEditorOptions {
|
||||
* Defaults to false.
|
||||
*/
|
||||
originalEditable?: boolean;
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
/**
|
||||
* Adding option to reverse coloring in diff editor
|
||||
*/
|
||||
reverse?: boolean;
|
||||
}
|
||||
|
||||
export const enum RenderMinimap {
|
||||
|
||||
Reference in New Issue
Block a user