From 97166e2ad9307b3f4cca33d2c82149be9eb5a633 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 10 Feb 2021 14:28:13 +0300 Subject: Add **Copy Run Command Line** command for vscode This is useful when you want to, e.g., run a specific test in a terminal with `--release`. --- editors/code/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index e5d439050..55825456e 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -133,6 +133,11 @@ "title": "Run", "category": "Rust Analyzer" }, + { + "command": "rust-analyzer.copyRunCommandLine", + "title": "Copy Run Command Line", + "category": "Rust Analyzer" + }, { "command": "rust-analyzer.debug", "title": "Debug", -- cgit v1.2.3