diff options
| author | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-02-26 16:04:41 +0330 |
|---|---|---|
| committer | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-03-06 21:09:09 +0330 |
| commit | ac04bfd7a7223cc7077f6745c35f8b655ea13c73 (patch) | |
| tree | fb993abefdda7f7673b7b715199119335eea4e1e /editors/code/package.json | |
| parent | a25710b0c01cc523b0f3732ca68321ac107a0ebe (diff) | |
| download | rust-ac04bfd7a7223cc7077f6745c35f8b655ea13c73.tar.gz rust-ac04bfd7a7223cc7077f6745c35f8b655ea13c73.zip | |
Add `View Mir` command and fix some bugs
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 effe4e279c7..90f7b9074c8 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -115,6 +115,11 @@ "category": "rust-analyzer (debug command)" }, { + "command": "rust-analyzer.viewMir", + "title": "View Mir", + "category": "rust-analyzer (debug command)" + }, + { "command": "rust-analyzer.viewFileText", "title": "View File Text (as seen by the server)", "category": "rust-analyzer (debug command)" |
