mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
create cell uri on the extension host, expose as NotebookCell#uri
This commit is contained in:
@@ -648,6 +648,7 @@ export enum CellOutputKind {
|
||||
|
||||
export interface ICellDto {
|
||||
handle: number;
|
||||
uri: UriComponents,
|
||||
source: string[];
|
||||
language: string;
|
||||
cellKind: CellKind;
|
||||
|
||||
Reference in New Issue
Block a user