1
0
Эх сурвалжийг харах

Merge pull request #83 from troy351/main

Add type definition of `setInlayHintsOptions`
Alexandru Dima 3 жил өмнө
parent
commit
c33c68bdcc
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  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 {
 		/**