mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 (#9279)
* Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 * remove github
This commit is contained in:
@@ -346,7 +346,7 @@ export interface IRevertOptions {
|
||||
}
|
||||
|
||||
export interface IMoveResult {
|
||||
editor: IEditorInput | IResourceEditor;
|
||||
editor: EditorInput | IResourceEditor;
|
||||
options?: IEditorOptions;
|
||||
}
|
||||
|
||||
@@ -1374,6 +1374,8 @@ export interface IEditorMemento<T> {
|
||||
|
||||
clearEditorState(resource: URI, group?: IEditorGroup): void;
|
||||
clearEditorState(editor: EditorInput, group?: IEditorGroup): void;
|
||||
|
||||
moveEditorState(source: URI, target: URI): void;
|
||||
}
|
||||
|
||||
class EditorInputFactoryRegistry implements IEditorInputFactoryRegistry {
|
||||
|
||||
Reference in New Issue
Block a user