diff --git a/generated/rust-analyzer.nix b/generated/rust-analyzer.nix index 4a557113..0117f077 100644 --- a/generated/rust-analyzer.nix +++ b/generated/rust-analyzer.nix @@ -2303,6 +2303,15 @@ ]; }; }; + "rust-analyzer.workspace.symbol.search.excludeImports" = { + description = '' + Exclude imports from symbol search. + ''; + pluginDefault = false; + type = { + kind = "boolean"; + }; + }; "rust-analyzer.workspace.symbol.search.kind" = { description = '' Workspace symbol search kind.