mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Refactor project shape
This commit is contained in:
parent
5c70cefbad
commit
92af97ca38
25 changed files with 96 additions and 104 deletions
|
|
@ -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/src/worker',
|
||||
moduleId: 'vs/language/typescript/worker',
|
||||
|
||||
label: this._modeId,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue