Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--editors/code/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index fea11eb56c..ff2c4b31cb 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -68,7 +68,9 @@
"typescript": "^5.1.6"
},
"activationEvents": [
+ "workspaceContains:Cargo.toml",
"workspaceContains:*/Cargo.toml",
+ "workspaceContains:rust-project.json",
"workspaceContains:*/rust-project.json"
],
"main": "./out/main",