提交 49c5b592 编写于 作者: B Benjamin Pasero

fix #42439

上级 4af3a007
......@@ -213,7 +213,7 @@ class LargeImageView {
const imageContainer = $(container)
.empty()
.p({
text: nls.localize('largeImageError', "The image is too large to display in the editor. ")
text: nls.localize('largeImageError', "The file size of the image is too large (>1MB) to display in the editor. ")
});
if (descriptor.resource.scheme !== Schemas.data) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册