We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eaa5a commit 10c00e4Copy full SHA for 10c00e4
editors/code/package.json
@@ -65,7 +65,8 @@
65
"onCommand:rust-analyzer.analyzerStatus",
66
"onCommand:rust-analyzer.memoryUsage",
67
"onCommand:rust-analyzer.reloadWorkspace",
68
- "workspaceContains:**/Cargo.toml"
+ "workspaceContains:*/Cargo.toml",
69
+ "workspaceContains:*/rust-project.json"
70
],
71
"main": "./out/main",
72
"contributes": {
0 commit comments