|
@@ -309,6 +309,11 @@ export interface LanguageServiceDefaults {
|
|
|
* to the worker on start or restart.
|
|
|
*/
|
|
|
getEagerModelSync(): boolean;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Configure inlay hints options.
|
|
|
+ */
|
|
|
+ setInlayHintsOptions(options: InlayHintsOptions): void;
|
|
|
}
|
|
|
|
|
|
export interface TypeScriptWorker {
|