remove commented type

This commit is contained in:
Johannes Rieken
2020-02-21 11:37:58 +01:00
parent ee7bb4f692
commit 214e4df1e8

View File

@@ -631,15 +631,6 @@ export interface ExtHostWebviewsShape {
$backup(resource: UriComponents, viewType: string, cancellation: CancellationToken): Promise<boolean>;
}
// export interface INotebookDto {
// handle: number;
// // metadata: IMetadata;
// readonly uri: UriComponents;
// languages: string[];
// cells: ICellDto[];
// renderers: Set<number>;
// }
export interface ICellDto {
handle: number;
source: string[];