From d3cb90aa6e1d117270a1c4479a168bff2d5e0348 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:05:32 +0000 Subject: [PATCH] generated: Updated rust-analyzer.nix --- generated/rust-analyzer.nix | 40 +++---------------------------------- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/generated/rust-analyzer.nix b/generated/rust-analyzer.nix index a47d57b0..f0ca3e1a 100644 --- a/generated/rust-analyzer.nix +++ b/generated/rust-analyzer.nix @@ -287,20 +287,6 @@ kind = "string"; }; }; - "rust-analyzer.cargo.sysrootQueryMetadata" = { - description = '' - Whether to run cargo metadata on the sysroot library allowing rust-analyzer to analyze - third-party dependencies of the standard libraries. - - This will cause `cargo` to create a lockfile in your sysroot directory. rust-analyzer - will attempt to clean up afterwards, but nevertheless requires the location to be - writable to. - ''; - pluginDefault = false; - type = { - kind = "boolean"; - }; - }; "rust-analyzer.cargo.sysrootSrc" = { description = '' Relative path to the sysroot library sources. If left unset, this will default to @@ -1534,16 +1520,6 @@ kind = "boolean"; }; }; - "rust-analyzer.lens.forceCustomCommands" = { - description = '' - Internal config: use custom client-side commands even when the - client doesn't set the corresponding capability. - ''; - pluginDefault = true; - type = { - kind = "boolean"; - }; - }; "rust-analyzer.lens.implementations.enable" = { description = '' Whether to show `Implementations` lens. Only applies when @@ -1671,15 +1647,6 @@ kind = "boolean"; }; }; - "rust-analyzer.notifications.unindexedProject" = { - description = '' - Whether to send an UnindexedProject notification to the client. - ''; - pluginDefault = false; - type = { - kind = "boolean"; - }; - }; "rust-analyzer.numThreads" = { description = '' How many worker threads in the main loop. The default `null` means to pick automatically. @@ -2002,13 +1969,12 @@ "rust-analyzer.workspace.discoverConfig": { "command": [ "rust-project", - "develop-json", - {arg} + "develop-json" ], "progressLabel": "rust-analyzer", "filesToWatch": [ - "BUCK", - ], + "BUCK" + ] } ```