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 a6603fc commit ed1f467Copy full SHA for ed1f467
editors/code/package.json
@@ -1869,8 +1869,13 @@
1869
"editor/context": [
1870
{
1871
"command": "rust-analyzer.peekTests",
1872
- "when": "inRustProject",
+ "when": "inRustProject && editorTextFocus && editorLangId == rust",
1873
"group": "navigation@1000"
1874
+ },
1875
+ {
1876
+ "command": "rust-analyzer.openDocs",
1877
1878
+ "group": "navigation@1001"
1879
}
1880
]
1881
},
0 commit comments