debugger: Fix nits (#30632)

Release Notes:

- N/A

---------

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
Remco Smits 2025-05-13 23:13:02 +02:00 committed by GitHub
parent f98c6fb2cf
commit 48b376fdc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 15 deletions

View file

@ -980,8 +980,8 @@ pub struct InlayHintSettings {
pub enabled: bool,
/// Global switch to toggle inline values on and off.
///
/// Default: false
#[serde(default)]
/// Default: true
#[serde(default = "default_true")]
pub show_value_hints: bool,
/// Whether type hints should be shown.
///