mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +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.
|
* 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