Use label for the web workers

pull/2748/head
Alex Dima 2016-10-07 15:12:10 +02:00
parent 33bc2d01f4
commit c72ade006f
1 changed files with 2 additions and 0 deletions

View File

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