Use label for the web workers
parent
33bc2d01f4
commit
c72ade006f
|
@ -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…
Reference in New Issue