1
0
Alex Dima 3 жил өмнө
parent
commit
8b16286cc3

+ 4 - 0
typedoc/monaco.d.ts

@@ -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 {
         /**
         /**

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

@@ -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 {
         /**
         /**