diff options
| author | vsrs <vit@conrlab.com> | 2021-02-27 21:07:23 +0300 |
|---|---|---|
| committer | vsrs <vit@conrlab.com> | 2021-02-27 21:07:23 +0300 |
| commit | 45d4e6b639b627ef9926ecfbc150cdfe8c292ae1 (patch) | |
| tree | d5db8b6f6dec33186d40d9f70316a7b3cba3f0b4 /editors/code/package.json | |
| parent | 669e11764430be3a098d6c8fe875d8efbb3547a3 (diff) | |
| download | rust-45d4e6b639b627ef9926ecfbc150cdfe8c292ae1.tar.gz rust-45d4e6b639b627ef9926ecfbc150cdfe8c292ae1.zip | |
Add progress reporting
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 43ea1225abf..7ee5d82adf7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1164,7 +1164,14 @@ "command": "rust-analyzer.openCargoToml", "when": "inRustProject" } + ], + "editor/context": [ + { + "command": "rust-analyzer.peekTests", + "when": "inRustProject", + "group": "navigation@1000" + } ] } } -} +} \ No newline at end of file |
