Refactor project shape

This commit is contained in:
Alex Dima 2018-03-08 15:28:00 +01:00
parent 5c70cefbad
commit 92af97ca38
25 changed files with 96 additions and 104 deletions

View file

@ -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,