From b6947c451aee8b9cd595abd2126d7907474042c7 Mon Sep 17 00:00:00 2001 From: Abdo Date: Wed, 30 Apr 2025 07:21:50 +0300 Subject: [PATCH] Fix invalid rust-analyzer option --- .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