web - move selfhost pieces out of workbench

This commit is contained in:
Benjamin Pasero
2019-09-10 11:06:49 +02:00
parent 0030e6ee92
commit d0481dca92
8 changed files with 343 additions and 212 deletions

View File

@@ -20,5 +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']),
];
};