Ver Fonte

Add type definition of `setInlayHintsOptions`

troy351 há 3 anos atrás
pai
commit
68f15991cd
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      monaco.d.ts

+ 4 - 0
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 {
 		/**