From 948e01fb27b506bd5daf5895e8099a5505c28aac Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 9 Feb 2021 11:11:17 -0600 Subject: [PATCH] Bundle jpg from VS Code These seem to be used in some "getting started" page but I'm not sure where it is. --- lib/vscode/coder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vscode/coder.js b/lib/vscode/coder.js index ac2e6eb2..a029c8d7 100644 --- a/lib/vscode/coder.js +++ b/lib/vscode/coder.js @@ -29,7 +29,7 @@ const vscodeResources = [ "out-build/bootstrap-amd.js", 'out-build/bootstrap-node.js', "out-build/paths.js", - 'out-build/vs/**/*.{svg,png,html,ttf}', + 'out-build/vs/**/*.{svg,png,html,ttf,jpg}', "!out-build/vs/code/browser/workbench/*.html", '!out-build/vs/code/electron-browser/**', "out-build/vs/base/common/performance.js",