mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Add LanguageServiceDefaults.setInlayHintsOptions
This commit is contained in:
parent
5cba23203c
commit
e3a760e054
1 changed files with 5 additions and 0 deletions
|
|
@ -309,6 +309,11 @@ export interface LanguageServiceDefaults {
|
|||
* 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