Skip to content

Commit 20f2b3a

Browse files
committed
Bundle jpg assets from VS Code
These seem to be used in some "getting started" page but I'm not sure where it is.
1 parent 5815604 commit 20f2b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/coder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const vscodeResources = [
2929
"out-build/bootstrap-amd.js",
3030
'out-build/bootstrap-node.js',
3131
"out-build/paths.js",
32-
'out-build/vs/**/*.{svg,png,html,ttf}',
32+
'out-build/vs/**/*.{svg,png,html,ttf,jpg}',
3333
"!out-build/vs/code/browser/workbench/*.html",
3434
'!out-build/vs/code/electron-browser/**',
3535
"out-build/vs/base/common/performance.js",

0 commit comments

Comments
 (0)