Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c5eb08748b..42cbc0e0d1 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -200,6 +200,11 @@ "category": "rust-analyzer" }, { + "command": "rust-analyzer.reloadProcMacros", + "title": "Reload proc macros and build scripts", + "category": "rust-analyzer" + }, + { "command": "rust-analyzer.addProject", "title": "Add current file's crate to workspace", "category": "rust-analyzer" |