Skip to content

Commit f5c9204

Browse files
committed
Limit depth to 1 when searching for Cargo.toml
1 parent 10eaa5a commit f5c9204

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/code/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"onCommand:rust-analyzer.analyzerStatus",
6666
"onCommand:rust-analyzer.memoryUsage",
6767
"onCommand:rust-analyzer.reloadWorkspace",
68-
"workspaceContains:**/Cargo.toml"
68+
"workspaceContains:*/Cargo.toml",
69+
"workspaceContains:*/rust-project.json"
6970
],
7071
"main": "./out/main",
7172
"contributes": {

0 commit comments

Comments
 (0)