update monaco.d.ts

This commit is contained in:
Alex Dima 2021-10-08 18:44:21 +02:00
parent f377e9e7ac
commit 8b16286cc3
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 8 additions and 0 deletions

4
typedoc/monaco.d.ts vendored
View file

@ -7189,6 +7189,10 @@ declare namespace monaco.languages.typescript {
* to the worker on start or restart. * to the worker on start or restart.
*/ */
getEagerModelSync(): boolean; getEagerModelSync(): boolean;
/**
* Configure inlay hints options.
*/
setInlayHintsOptions(options: InlayHintsOptions): void;
} }
export interface TypeScriptWorker { export interface TypeScriptWorker {
/** /**

View file

@ -7189,6 +7189,10 @@ declare namespace monaco.languages.typescript {
* to the worker on start or restart. * to the worker on start or restart.
*/ */
getEagerModelSync(): boolean; getEagerModelSync(): boolean;
/**
* Configure inlay hints options.
*/
setInlayHintsOptions(options: InlayHintsOptions): void;
} }
export interface TypeScriptWorker { export interface TypeScriptWorker {
/** /**