inlayHints configuration options for rust are ignored. #8319
Answered
by
kirawi
adsnaider
asked this question in
Troubleshooting
-
SummaryFor instance, I have this configuration in my languages.toml [[language]]
name = "rust"
[config]
inlayHints.chainingHints.enable = false
inlayHints.closingBraceHints.enable = false However, when I open helix on my rust project, I still see both Reproduction StepsSet the above configuration in languages.toml, and open a rust project. Helix log~/.cache/helix/helix.log
PlatformLinux Terminal Emulatorgnome-term Helix Versionhelix 23.05 |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Sep 18, 2023
Replies: 1 comment 3 replies
-
Hmm which version of helix are using if you are on master then you need to configure rust analyzer with: [language-server.rust-analyzer.config]
inlayHints.chainingHints.enable = false
inlayHints.closingBraceHints.enable = false |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The config would've been wrong even if it was release, it should be
[language.config