about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-11-03 14:18:06 +0100
committerLukas Wirth <lukastw97@gmail.com>2024-11-03 15:35:45 +0100
commit56e89bc5a4c1a37cd073d27dfc16e72d10c08b2e (patch)
treefa78d51be264fe093cfc52549a4c441776bf6a1d /src/tools/rust-analyzer/editors/code
parent72d9929ccd9daad6687d225a949817eb789e6ff4 (diff)
downloadrust-56e89bc5a4c1a37cd073d27dfc16e72d10c08b2e.tar.gz
rust-56e89bc5a4c1a37cd073d27dfc16e72d10c08b2e.zip
Allow interpreting consts and statics with interpret function command
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
-rw-r--r--src/tools/rust-analyzer/editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json
index 6eebdf9f016..ccc8c0e3842 100644
--- a/src/tools/rust-analyzer/editors/code/package.json
+++ b/src/tools/rust-analyzer/editors/code/package.json
@@ -125,7 +125,7 @@
             },
             {
                 "command": "rust-analyzer.interpretFunction",
-                "title": "Interpret Function",
+                "title": "Interpret",
                 "category": "rust-analyzer (debug command)"
             },
             {