浏览代码

update `monaco.d.ts`

Alex Dima 3 年之前
父节点
当前提交
8b16286cc3
共有 2 个文件被更改,包括 8 次插入0 次删除
  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.
          * 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 {
         /**
         /**