web - rename entry point

This commit is contained in:
Benjamin Pasero
2019-09-11 08:43:13 +02:00
parent e75e71f419
commit e4a837a0a3
4 changed files with 7 additions and 7 deletions

View File

@@ -20,6 +20,6 @@ function createModuleDescription(name, exclude) {
exports.collectModules = function () {
return [
createModuleDescription('vs/workbench/contrib/output/common/outputLinkComputer', ['vs/base/common/worker/simpleWorker', 'vs/editor/common/services/editorSimpleWorker']),
createModuleDescription('vs/code/browser/workbench/web.main', ['vs/workbench/workbench.web.api']),
createModuleDescription('vs/code/browser/workbench/workbench', ['vs/workbench/workbench.web.api']),
];
};