File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ exports.workerProfileAnalysis = [createEditorWorkerModuleDescription('vs/platfor
53
53
54
54
exports . workbenchDesktop = [
55
55
createEditorWorkerModuleDescription ( 'vs/workbench/contrib/output/common/outputLinkComputer' ) ,
56
- createEditorWorkerModuleDescription ( 'vs/workbench/services/textMate/browser/worker/textMateTokenizationWorker.worker' ) ,
56
+ createEditorWorkerModuleDescription ( 'vs/workbench/services/textMate/browser/backgroundTokenization/ worker/textMateTokenizationWorker.worker' ) ,
57
57
createModuleDescription ( 'vs/workbench/contrib/debug/node/telemetryApp' ) ,
58
58
createModuleDescription ( 'vs/platform/files/node/watcher/watcherMain' ) ,
59
59
createModuleDescription ( 'vs/platform/terminal/node/ptyHostMain' ) ,
@@ -62,7 +62,7 @@ exports.workbenchDesktop = [
62
62
63
63
exports . workbenchWeb = [
64
64
createEditorWorkerModuleDescription ( 'vs/workbench/contrib/output/common/outputLinkComputer' ) ,
65
- createEditorWorkerModuleDescription ( 'vs/workbench/services/textMate/browser/worker/textMateTokenizationWorker.worker' ) ,
65
+ createEditorWorkerModuleDescription ( 'vs/workbench/services/textMate/browser/backgroundTokenization/ worker/textMateTokenizationWorker.worker' ) ,
66
66
createModuleDescription ( 'vs/code/browser/workbench/workbench' , [ 'vs/workbench/workbench.web.main' ] )
67
67
] ;
68
68
You can’t perform that action at this time.
0 commit comments