mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Add type definition of setInlayHintsOptions
This commit is contained in:
parent
1a0d39eb31
commit
68f15991cd
1 changed files with 4 additions and 0 deletions
4
monaco.d.ts
vendored
4
monaco.d.ts
vendored
|
|
@ -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 {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue