mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Fix in standalone editor build script - remove standaloneLanguages2
This commit is contained in:
@@ -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
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user