mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +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;
|
setDiagnosticsOptions(options: DiagnosticsOptions): void;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Configure webworker options
|
||||||
|
*/
|
||||||
|
setWorkerOptions(options: WorkerOptions): void;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* No-op.
|
* No-op.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue