debugger: Fix nits (#30632)
Release Notes: - N/A --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
parent
f98c6fb2cf
commit
48b376fdc9
3 changed files with 18 additions and 15 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue