mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
Remove hasEditor from ICellEditorProvider (#22145)
This commit is contained in:
@@ -194,10 +194,9 @@ export interface INotebookSection {
|
||||
}
|
||||
|
||||
export interface ICellEditorProvider {
|
||||
hasEditor(): boolean;
|
||||
isCellOutput: boolean;
|
||||
cellGuid(): string;
|
||||
getEditor(): BaseTextEditor<ICodeEditorViewState>;
|
||||
getEditor(): BaseTextEditor<ICodeEditorViewState> | undefined;
|
||||
deltaDecorations(newDecorationsRange: NotebookRange | NotebookRange[], oldDecorationsRange: NotebookRange | NotebookRange[]): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user