diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-03-26 08:39:28 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-03-26 09:33:41 +0200 |
| commit | ee02213e65b1fd9c5e331ffe4a1ebd1e2ebab9c8 (patch) | |
| tree | 31ea6d4215d51ffe5b70ddb3166b8aabb87b2976 /editors/code/package.json | |
| parent | 27c076a36744f7f8be3b950891cbc0350dc29f6e (diff) | |
| download | rust-ee02213e65b1fd9c5e331ffe4a1ebd1e2ebab9c8.tar.gz rust-ee02213e65b1fd9c5e331ffe4a1ebd1e2ebab9c8.zip | |
Handle proc macro fetching via OpQueue
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 42cbc0e0d1f..4e57bf0e29b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -200,8 +200,8 @@ "category": "rust-analyzer" }, { - "command": "rust-analyzer.reloadProcMacros", - "title": "Reload proc macros and build scripts", + "command": "rust-analyzer.rebuildProcMacros", + "title": "Rebuild proc macros and build scripts", "category": "rust-analyzer" }, { |
