Add LanguageServiceDefaults.setInlayHintsOptions

This commit is contained in:
Alex Dima 2021-10-08 18:24:37 +02:00
parent 5cba23203c
commit e3a760e054
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -309,6 +309,11 @@ export interface LanguageServiceDefaults {
* 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 {