mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
use a simple worker for output link computation
This commit is contained in:
@@ -29,6 +29,7 @@ exports.collectModules = function(excludes) {
|
||||
|
||||
createModuleDescription('vs/workbench/parts/output/common/outputMode', languageMainExcludes),
|
||||
createModuleDescription('vs/workbench/parts/output/common/outputWorker', languageWorkerExcludes),
|
||||
createModuleDescription('vs/workbench/parts/output/common/outputLinkComputer', ['vs/base/common/worker/simpleWorker', 'vs/editor/common/services/editorSimpleWorker']),
|
||||
createModuleDescription('vs/workbench/parts/output/browser/outputPanel', excludes),
|
||||
|
||||
createModuleDescription('vs/workbench/parts/debug/browser/debugViewlet', excludes),
|
||||
|
||||
Reference in New Issue
Block a user