From 14cd56b0ad87b9b2705cb81f625e0f8e2dacfd9b Mon Sep 17 00:00:00 2001 From: KFL Date: Sun, 22 Feb 2026 01:04:14 -0800 Subject: [PATCH] Add rust-project.json as root URI pattern --- settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index bd939e6f..f75341bf 100644 --- a/settings.json +++ b/settings.json @@ -1736,7 +1736,8 @@ "description": "A Rust compiler front-end for IDEs", "requires": [], "root_uri_patterns": [ - "Cargo.toml" + "Cargo.toml", + "rust-project.json" ] }, {