mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-17 22:00:59 +01:00
ae8da480f0
Fixes #74191 Instead of using a base64 encoded data uri to display images, use the fileService to read Buffer, convert this to a Blob, and display the blob