Add builtin path to configuration struct
This commit is contained in:
parent
f5fb4afd7c
commit
e320dbd651
@ -272,6 +272,7 @@ pub const Configuration = struct {
|
|||||||
include_at_in_builtins: ?bool,
|
include_at_in_builtins: ?bool,
|
||||||
max_detail_length: ?usize,
|
max_detail_length: ?usize,
|
||||||
skip_std_references: ?bool,
|
skip_std_references: ?bool,
|
||||||
|
builtin_path: ?[]const u8,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user