aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-02-10 11:38:56 +0000
committerGitHub <[email protected]>2021-02-10 11:38:56 +0000
commit82a1b91f205ac9c3d397b2bea033639f5df9e6b6 (patch)
tree4683820d7a28c6bc991992a8c1978c3bf87b1b61 /editors/code/package.json
parent5e39d7a68032ba40d3ed76d41d0f01ad628f5c95 (diff)
parent97166e2ad9307b3f4cca33d2c82149be9eb5a633 (diff)
Merge #7625
7625: Add **Copy Run Command Line** command for vscode r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
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
@@ -134,6 +134,11 @@
134 "category": "Rust Analyzer" 134 "category": "Rust Analyzer"
135 }, 135 },
136 { 136 {
137 "command": "rust-analyzer.copyRunCommandLine",
138 "title": "Copy Run Command Line",
139 "category": "Rust Analyzer"
140 },
141 {
137 "command": "rust-analyzer.debug", 142 "command": "rust-analyzer.debug",
138 "title": "Debug", 143 "title": "Debug",
139 "category": "Rust Analyzer" 144 "category": "Rust Analyzer"