diff --git a/monaco.d.ts b/monaco.d.ts index e60395a5..15aaee4a 100644 --- a/monaco.d.ts +++ b/monaco.d.ts @@ -284,6 +284,10 @@ declare namespace monaco.languages.typescript { * to the worker on start or restart. */ getEagerModelSync(): boolean; + /** + * Configure inlay hints options. + */ + setInlayHintsOptions(options: InlayHintsOptions): void; } export interface TypeScriptWorker { /**