提交 aeae28bf 编写于 作者: M Matt Bierner

Remove tiff as a supported image preview format

Fixes #81803

This is not supported by chromium
上级 c241e1d5
......@@ -14,5 +14,4 @@ Supported image formats:
- `*.gif`
- `*.ico`
- `*.tga`
- `*.tif`, `*.tiff`
- `*.webp`
......@@ -26,7 +26,7 @@
"displayName": "%webviewEditors.displayName%",
"selector": [
{
"filenamePattern": "*.{jpg,jpe,jpeg,png,bmp,gif,ico,tga,tif,tiff,webp}",
"filenamePattern": "*.{jpg,jpe,jpeg,png,bmp,gif,ico,tga,webp}",
"mime": "image/*"
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册