mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
More packaging fixes for the standalone editor
This commit is contained in:
@@ -22,7 +22,7 @@ var editorEntryPoints = [
|
||||
name: 'vs/editor/editor.main',
|
||||
include: [],
|
||||
exclude: [ 'vs/css', 'vs/nls' ],
|
||||
prepend: [ 'vs/css.js', 'vs/nls.js' ],
|
||||
prepend: [ 'out-build/vs/css.js', 'out-build/vs/nls.js' ],
|
||||
},
|
||||
{
|
||||
name: 'vs/base/common/worker/simpleWorker',
|
||||
|
||||
Reference in New Issue
Block a user