mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
destory notebook should clear both core and ext host.
This commit is contained in:
@@ -1414,6 +1414,7 @@ export interface ExtHostNotebookShape {
|
||||
$deleteCell(viewType: string, uri: URI, index: number): Promise<boolean>;
|
||||
$saveNotebook(viewType: string, uri: URI): Promise<boolean>;
|
||||
$updateActiveEditor(viewType: string, uri: URI): Promise<void>;
|
||||
$destoryNotebookDocument(viewType: string, uri: URI): Promise<boolean>;
|
||||
}
|
||||
|
||||
export interface ExtHostStorageShape {
|
||||
|
||||
Reference in New Issue
Block a user