mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Notebooks: Add Support for Cell Attachment Images (#14449)
* Add to interfaces * Works E2E * Consolidate interface * Add comments, cleanup * Add some tests * Cleanup * interface cleanup * Add more tests * Add comments * Add type for cell attachment * wip
This commit is contained in:
@@ -49,3 +49,5 @@ export enum NotebookChangeType {
|
||||
CellOutputCleared,
|
||||
CellMetadataUpdated
|
||||
}
|
||||
|
||||
export const ImageMimeTypes = ['image/bmp', 'image/png', 'image/jpeg', 'image/gif'];
|
||||
|
||||
Reference in New Issue
Block a user