Bundle jpg from VS Code

These seem to be used in some "getting started" page but I'm not sure
where it is.
This commit is contained in:
Asher 2021-02-09 11:11:17 -06:00
parent 068e399bf2
commit 948e01fb27
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -29,7 +29,7 @@ const vscodeResources = [
"out-build/bootstrap-amd.js", "out-build/bootstrap-amd.js",
'out-build/bootstrap-node.js', 'out-build/bootstrap-node.js',
"out-build/paths.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/browser/workbench/*.html",
'!out-build/vs/code/electron-browser/**', '!out-build/vs/code/electron-browser/**',
"out-build/vs/base/common/performance.js", "out-build/vs/base/common/performance.js",