Merge pull request #83 from troy351/main

Add type definition of `setInlayHintsOptions`
This commit is contained in:
Alexandru Dima 2021-10-08 07:49:41 +02:00 committed by GitHub
commit c33c68bdcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
monaco.d.ts vendored
View file

@ -284,6 +284,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 {
/** /**