mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Use label for the web workers
This commit is contained in:
parent
33bc2d01f4
commit
c72ade006f
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ export class WorkerManager {
|
|||
// module that exports the create() method and returns a `CSSWorker` instance
|
||||
moduleId: 'vs/language/css/cssWorker',
|
||||
|
||||
label: this._defaults.languageId,
|
||||
|
||||
// passed in to the create() method
|
||||
createData: {
|
||||
languageSettings: this._defaults.diagnosticsOptions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue