mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Delete cell
This commit is contained in:
@@ -1411,7 +1411,9 @@ export interface ExtHostNotebookShape {
|
||||
$executeNotebook(viewType: string, uri: URI): Promise<void>;
|
||||
$executeNotebookCell(viewType: string, uri: URI, cellHandle: number): Promise<void>;
|
||||
$createRawCell(viewType: string, uri: URI, index: number, language: string, type: 'markdown' | 'code'): Promise<modes.ICell | undefined>;
|
||||
$deleteCell(viewType: string, uri: URI, index: number): Promise<boolean>;
|
||||
$saveNotebook(viewType: string, uri: URI): Promise<boolean>;
|
||||
$updateActiveEditor(viewType: string, uri: URI): Promise<void>;
|
||||
}
|
||||
|
||||
export interface ExtHostStorageShape {
|
||||
|
||||
Reference in New Issue
Block a user