From ac9a1cbf9c7145687e66a1c033d68fc72eca3fd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:39:48 +0000 Subject: [PATCH] generated: Updated rust-analyzer.nix --- generated/rust-analyzer.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/generated/rust-analyzer.nix b/generated/rust-analyzer.nix index de22018a..d4cc6c7a 100644 --- a/generated/rust-analyzer.nix +++ b/generated/rust-analyzer.nix @@ -28,11 +28,20 @@ ]; }; }; + "rust-analyzer.assist.termSearch.borrowcheck" = { + description = '' + Enable borrow checking for term search code assists. If set to false, also there will be more suggestions, but some of them may not borrow-check. + ''; + pluginDefault = true; + type = { + kind = "boolean"; + }; + }; "rust-analyzer.assist.termSearch.fuel" = { description = '' - Term search fuel in "units of work" for assists (Defaults to 400). + Term search fuel in "units of work" for assists (Defaults to 1800). ''; - pluginDefault = 400; + pluginDefault = 1800; type = { kind = "integer"; maximum = null; @@ -683,9 +692,9 @@ }; "rust-analyzer.completion.termSearch.fuel" = { description = '' - Term search fuel in "units of work" for autocompletion (Defaults to 200). + Term search fuel in "units of work" for autocompletion (Defaults to 1000). ''; - pluginDefault = 200; + pluginDefault = 1000; type = { kind = "integer"; maximum = null;