From 9ea5a66c5233ee8c56b3c1bee6e87340f49c84c0 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 27 Oct 2022 22:59:03 -0700 Subject: [PATCH] Fix embedded images not rendering (#21021) --- src/vs/base/browser/dom.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/base/browser/dom.ts b/src/vs/base/browser/dom.ts index 1684c06926..c99a802668 100644 --- a/src/vs/base/browser/dom.ts +++ b/src/vs/base/browser/dom.ts @@ -1458,6 +1458,7 @@ const defaultSafeProtocols = [ Schemas.http, Schemas.https, Schemas.command, + Schemas.vscodeFileResource // {{SQL CARBON EDIT}} Add allowed schema for welcome page support ]; /**