Fix images in Notebook not showing (#18160)

* Fix images in Notebook not showing

* fixes

* more fixes
This commit is contained in:
Charles Gagnon
2022-01-27 15:00:00 -08:00
committed by GitHub
parent 8333a39615
commit ad06fc7321
5 changed files with 65 additions and 12 deletions

View File

@@ -46,6 +46,8 @@ export namespace Schemas {
export const data = 'data';
export const attachment = 'attachment'; // {{SQL CARBON EDIT}} "Scheme" used for Notebook cell attachment data (not really a scheme but formatted like one...)
export const command = 'command';
export const vscodeRemote = 'vscode-remote';