Merge pull request #83 from troy351/main

Add type definition of `setInlayHintsOptions`
pull/2748/head
Alexandru Dima 4 years ago committed by GitHub
commit c33c68bdcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
monaco.d.ts vendored

@ -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 {
/** /**

Loading…
Cancel
Save