mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Add missing setWorkerOptions
This commit is contained in:
parent
d994aae9f0
commit
8664abc331
1 changed files with 5 additions and 0 deletions
|
|
@ -268,6 +268,11 @@ export interface LanguageServiceDefaults {
|
|||
*/
|
||||
setDiagnosticsOptions(options: DiagnosticsOptions): void;
|
||||
|
||||
/**
|
||||
* Configure webworker options
|
||||
*/
|
||||
setWorkerOptions(options: WorkerOptions): void;
|
||||
|
||||
/**
|
||||
* No-op.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue