de-ref interactive input on interactive nb close.

This commit is contained in:
rebornix
2021-06-27 13:53:07 -07:00
parent 9cb3f15e9e
commit bfac07cd0e
5 changed files with 30 additions and 4 deletions

View File

@@ -2038,7 +2038,8 @@ export interface ExtHostNotebookKernelsShape {
}
export interface ExtHostInteractiveShape {
$acceptInputDocument(uri: UriComponents, eol: string, modeId: string, notebookUri: UriComponents): void;
$willAddInteractiveDocument(uri: UriComponents, eol: string, modeId: string, notebookUri: UriComponents): void;
$willRemoveInteractiveDocument(uri: UriComponents, notebookUri: UriComponents): void;
}
export interface ExtHostStorageShape {