diff options
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 eccafccdd9e..b02c807734f 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -187,6 +187,11 @@ "command": "rust-analyzer.openDocs", "title": "Open docs under cursor", "category": "Rust Analyzer" + }, + { + "command": "rust-analyzer.openCargoToml", + "title": "Open Cargo.toml", + "category": "Rust Analyzer" } ], "keybindings": [ @@ -1057,6 +1062,10 @@ { "command": "rust-analyzer.openDocs", "when": "inRustProject" + }, + { + "command": "rust-analyzer.openCargoToml", + "when": "inRustProject" } ] } |
