Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20f2b3a

Browse files
committedFeb 1, 2021
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)
Please sign in to comment.