mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -221,8 +221,8 @@ export interface ICodeEditorViewState {
|
||||
* (Serializable) View state for the diff editor.
|
||||
*/
|
||||
export interface IDiffEditorViewState {
|
||||
original: ICodeEditorViewState;
|
||||
modified: ICodeEditorViewState;
|
||||
original: ICodeEditorViewState | null;
|
||||
modified: ICodeEditorViewState | null;
|
||||
}
|
||||
/**
|
||||
* An editor view state.
|
||||
|
||||
Reference in New Issue
Block a user