Browse Source

update `monaco.d.ts`

Alex Dima 3 years ago
parent
commit
8b16286cc3
2 changed files with 8 additions and 0 deletions
  1. 4 0
      typedoc/monaco.d.ts
  2. 4 0
      website/playground/monaco.d.ts.txt

+ 4 - 0
typedoc/monaco.d.ts

@@ -7189,6 +7189,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 {
         /**

+ 4 - 0
website/playground/monaco.d.ts.txt

@@ -7189,6 +7189,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 {
         /**