We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d40eb2 commit ffa4402Copy full SHA for ffa4402
1 file changed
build/gulpfile.editor.js
@@ -22,7 +22,7 @@ var editorEntryPoints = [
22
name: 'vs/editor/editor.main',
23
include: [],
24
exclude: [ 'vs/css', 'vs/nls' ],
25
- prepend: [ 'vs/css.js', 'vs/nls.js' ],
+ prepend: [ 'out-build/vs/css.js', 'out-build/vs/nls.js' ],
26
},
27
{
28
name: 'vs/base/common/worker/simpleWorker',
0 commit comments