mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Use tsMode and tsWorker for entry point names
This commit is contained in:
parent
717952e163
commit
50517cad24
7 changed files with 9 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
'use strict';
|
||||
|
||||
import { LanguageServiceDefaultsImpl } from './monaco.contribution';
|
||||
import { TypeScriptWorker } from './worker';
|
||||
import { TypeScriptWorker } from './tsWorker';
|
||||
|
||||
import Promise = monaco.Promise;
|
||||
import IDisposable = monaco.IDisposable;
|
||||
|
|
@ -63,7 +63,7 @@ export class WorkerManager {
|
|||
this._worker = monaco.editor.createWebWorker<TypeScriptWorker>({
|
||||
|
||||
// module that exports the create() method and returns a `TypeScriptWorker` instance
|
||||
moduleId: 'vs/language/typescript/worker',
|
||||
moduleId: 'vs/language/typescript/tsWorker',
|
||||
|
||||
label: this._modeId,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue