From 0ba7e2eaebf335dbc31b5d6dbc9c354737c7fe54 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 23 Jan 2019 00:15:03 +0300 Subject: ad status command --- editors/code/package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 9433bd3d2..3e07032c7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -94,6 +94,10 @@ { "command": "ra-lsp.run", "title": "Rust Run" + }, + { + "command": "ra-lsp.analyzerStatus", + "title": "Status of rust-analyzer (debug)" } ], "keybindings": [ -- cgit v1.2.3