mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
update monaco.d.ts
This commit is contained in:
parent
f377e9e7ac
commit
8b16286cc3
2 changed files with 8 additions and 0 deletions
4
typedoc/monaco.d.ts
vendored
4
typedoc/monaco.d.ts
vendored
|
|
@ -7189,6 +7189,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 {
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7189,6 +7189,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