diff options
| author | bors <bors@rust-lang.org> | 2023-03-25 20:01:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-25 20:01:24 +0000 |
| commit | 27c076a36744f7f8be3b950891cbc0350dc29f6e (patch) | |
| tree | 66997949b1dcf0223fe4b368d303a4ad9cfdf8d5 /editors/code/package.json | |
| parent | 82ec4586f1a43112ba22645e9c88edf08994843e (diff) | |
| parent | 586db0790c2bdcf4bb083f828e7c6f83a8d52a42 (diff) | |
| download | rust-27c076a36744f7f8be3b950891cbc0350dc29f6e.tar.gz rust-27c076a36744f7f8be3b950891cbc0350dc29f6e.zip | |
Auto merge of #14409 - Veykril:vscode-reload-proc, r=Veykril
minor: Add user facing command for reloading proc-macros in VSCode
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 c5eb08748bf..42cbc0e0d1f 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" |
