feat: add fuzzy matching to command palette
This commit is contained in:
parent
88a036113b
commit
0a3efee633
2 changed files with 54 additions and 10 deletions
|
@ -206,6 +206,7 @@ pub fn build(b: *std.Build) void {
|
|||
.{ .name = "diff", .module = diff_mod },
|
||||
.{ .name = "help.md", .module = help_mod },
|
||||
.{ .name = "CaseData", .module = zg_dep.module("CaseData") },
|
||||
.{ .name = "fuzzig", .module = fuzzig_dep.module("fuzzig") },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue