destory notebook should clear both core and ext host.

This commit is contained in:
rebornix
2020-01-26 19:37:17 -08:00
parent ed12c87dfa
commit f4938e31fc
4 changed files with 31 additions and 4 deletions

View File

@@ -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 {