From a1886e09f6097cb503e498958c75628d9477a545 Mon Sep 17 00:00:00 2001 From: Adam Trilling Date: Thu, 25 Jan 2024 08:17:06 -0500 Subject: [PATCH] detect Cargo.toml in subfolders (#223) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 499e641..dbb4590 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "activationEvents": [ "onLanguage:toml", - "workspaceContains:Cargo.toml" + "workspaceContains:*/Cargo.toml" ], "contributes": { "commands": [