mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Merge pull request #83 from troy351/main
Add type definition of `setInlayHintsOptions`
This commit is contained in:
commit
c33c68bdcc
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.
|
* 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…
Add table
Add a link
Reference in a new issue