asWebvewUri requires guid.

This commit is contained in:
rebornix
2020-05-20 12:17:26 -07:00
parent 8e67cd2dc6
commit 23f5231511
4 changed files with 10 additions and 7 deletions

View File

@@ -891,9 +891,11 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
source: cell.source,
outputs: transformedOutputs
};
})
}),
renderers: [] as number[]
};
dto.renderers = [...renderers];
return dto;
}