From 82580331a736290f106f455efda130ecf56ad5b4 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 25 Sep 2024 12:44:14 +0800 Subject: [PATCH] Turn on checkOnSave --- langserver/rust-analyzer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langserver/rust-analyzer.json b/langserver/rust-analyzer.json index f2cd6cb968..2aa1338910 100644 --- a/langserver/rust-analyzer.json +++ b/langserver/rust-analyzer.json @@ -31,7 +31,7 @@ } }, "checkOnSave": { - "enable": false, + "enable": true, "allTargets": true, "features": "all", "invocationLocation": "root",