Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c55ef6f0f7..7df00d2ef2 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -105,6 +105,11 @@ "category": "Rust Analyzer" }, { + "command": "rust-analyzer.viewFileText", + "title": "View File Text (as seen by the server)", + "category": "Rust Analyzer" + }, + { "command": "rust-analyzer.viewItemTree", "title": "Debug ItemTree", "category": "Rust Analyzer" @@ -1409,6 +1414,10 @@ "when": "inRustProject" }, { + "command": "rust-analyzer.viewFileText", + "when": "inRustProject" + }, + { "command": "rust-analyzer.expandMacro", "when": "inRustProject" }, |