mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add master config for inlayHints to make disabling easy
This commit is contained in:
parent
6f2f9049da
commit
3bf5ef02c0
3 changed files with 13 additions and 7 deletions
|
@ -94,6 +94,7 @@ export class Config {
|
|||
|
||||
get inlayHints() {
|
||||
return {
|
||||
enable: this.get<boolean>("inlayHints.enable"),
|
||||
typeHints: this.get<boolean>("inlayHints.typeHints"),
|
||||
parameterHints: this.get<boolean>("inlayHints.parameterHints"),
|
||||
chainingHints: this.get<boolean>("inlayHints.chainingHints"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue