create cell uri on the extension host, expose as NotebookCell#uri

This commit is contained in:
Johannes Rieken
2020-03-10 18:06:45 +01:00
parent 6ed0201267
commit c1ec410c8b
4 changed files with 20 additions and 15 deletions

View File

@@ -648,6 +648,7 @@ export enum CellOutputKind {
export interface ICellDto {
handle: number;
uri: UriComponents,
source: string[];
language: string;
cellKind: CellKind;