- provide custom schema request service

- make sure that on-demand loading of schemas works as in VSCode
- bump version of plugin
This commit is contained in:
Igor Nesterenko 2018-07-28 23:15:58 +03:00
parent 0e6ea95f4f
commit 5e33eb349b
6 changed files with 22 additions and 7 deletions

View file

@ -69,7 +69,8 @@ export class WorkerManager {
// passed in to the create() method
createData: {
languageSettings: this._defaults.diagnosticsOptions,
languageId: this._defaults.languageId
languageId: this._defaults.languageId,
enableSchemaRequest: this._defaults.diagnosticsOptions.enableSchemaRequest
}
});