mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
web - rename entry point
This commit is contained in:
@@ -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']),
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user