mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Extension types and rendering
This commit is contained in:
parent
a197abbc7a
commit
6f239a581a
5 changed files with 39 additions and 4 deletions
|
@ -88,6 +88,7 @@ export class Config {
|
|||
return {
|
||||
typeHints: this.cfg.get<boolean>("inlayHints.typeHints")!,
|
||||
parameterHints: this.cfg.get<boolean>("inlayHints.parameterHints")!,
|
||||
chainingHints: this.cfg.get<boolean>("inlayHints.chainingHints")!,
|
||||
maxLength: this.cfg.get<null | number>("inlayHints.maxLength")!,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue