mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
This commit is contained in:
committed by
GitHub
parent
e13f3f5b24
commit
3fdda617d3
@@ -20,6 +20,7 @@ enum MediaKind {
|
||||
|
||||
export const mediaFileExtensions = new Map<string, MediaKind>([
|
||||
// Images
|
||||
['avif', MediaKind.Image],
|
||||
['bmp', MediaKind.Image],
|
||||
['gif', MediaKind.Image],
|
||||
['ico', MediaKind.Image],
|
||||
|
||||
@@ -9,6 +9,7 @@ export const Mime = {
|
||||
} as const;
|
||||
|
||||
export const mediaMimes = new Set([
|
||||
'image/avif',
|
||||
'image/bmp',
|
||||
'image/gif',
|
||||
'image/jpeg',
|
||||
|
||||
Reference in New Issue
Block a user