From 214e4df1e8efc672f3d3d6ce7cb2a84e2c3ae5de Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 21 Feb 2020 11:37:58 +0100 Subject: [PATCH] remove commented type --- src/vs/workbench/api/common/extHost.protocol.ts | 9 --------- 1 file changed, 9 deletions(-) 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[];