diff --git a/src/requests.zig b/src/requests.zig index b61720c..da433ee 100644 --- a/src/requests.zig +++ b/src/requests.zig @@ -272,6 +272,7 @@ pub const Configuration = struct { include_at_in_builtins: ?bool, max_detail_length: ?usize, skip_std_references: ?bool, + builtin_path: ?[]const u8, }, }, };