diff --git a/src/vs/workbench/api/common/extHost.protocol.ts b/src/vs/workbench/api/common/extHost.protocol.ts index 877dceec762..98f6e41add2 100644 --- a/src/vs/workbench/api/common/extHost.protocol.ts +++ b/src/vs/workbench/api/common/extHost.protocol.ts @@ -631,15 +631,6 @@ export interface ExtHostWebviewsShape { $backup(resource: UriComponents, viewType: string, cancellation: CancellationToken): Promise; } -// export interface INotebookDto { -// handle: number; -// // metadata: IMetadata; -// readonly uri: UriComponents; -// languages: string[]; -// cells: ICellDto[]; -// renderers: Set; -// } - export interface ICellDto { handle: number; source: string[];