Fix in standalone editor build script - remove standaloneLanguages2

This commit is contained in:
Martin Aeschlimann 2016-06-26 13:11:08 +02:00
parent 793ede49d5
commit 57c83e75af

View file

@ -23,7 +23,6 @@ var headerVersion = semver + '(' + sha1 + ')';
var editorEntryPoints = _.flatten([
buildfile.entrypoint('vs/editor/editor.main'),
buildfile.base,
buildfile.standaloneLanguages2,
buildfile.editor,
buildfile.languages
]);