mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
remove commented type
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user