mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
- 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:
parent
0e6ea95f4f
commit
5e33eb349b
6 changed files with 22 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue