You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed my inlayHints recently changed to an obnoxious bright blue color, so I dug into settings and added this in an attempt to change it to something more subtle.
According to this document, rust_analyzer.inlayHints.background should be a supported setting. I tried to use this but I get this error "Property rust_analyzer.inlayHints.background is not allowed."
"workbench.colorCustomizations": {
"[Ocean Dark Extended]": {
"rust_analyzer.inlayHints.background": "#2B303B"
}
},
rust-analyzer version: 5e85158 2022-03-14 stable
rustc version: rustc 1.59.0 (9d1b2106e 2022-02-23)
I noticed my inlayHints recently changed to an obnoxious bright blue color, so I dug into settings and added this in an attempt to change it to something more subtle.
https://rust-analyzer.github.io/manual.html#color-configurations
According to this document,
rust_analyzer.inlayHints.background
should be a supported setting. I tried to use this but I get this error "Property rust_analyzer.inlayHints.background is not allowed."Full settings.json
The text was updated successfully, but these errors were encountered: