From 02777212809f7acc0a24e0605a111ac1b96e2185 Mon Sep 17 00:00:00 2001 From: Abdo Date: Mon, 5 May 2025 10:25:11 +0300 Subject: [PATCH] Fix invalid rust-analyzer option (#3972) --- .vscode.dist/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode.dist/settings.json b/.vscode.dist/settings.json index 690b5bda0..ffac17cae 100644 --- a/.vscode.dist/settings.json +++ b/.vscode.dist/settings.json @@ -23,7 +23,7 @@ "python.analysis.diagnosticSeverityOverrides": { "reportMissingModuleSource": "none" }, - "rust-analyzer.checkOnSave.allTargets": false, + "rust-analyzer.check.allTargets": false, "rust-analyzer.files.excludeDirs": [".bazel", "node_modules"], "rust-analyzer.procMacro.enable": true, // this formats 'use' blocks in a nicer way, but requires you to run