diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-07-17 17:45:43 +0200 |
|---|---|---|
| committer | Bruno Ortiz <brunortiz11@gmail.com> | 2023-05-02 10:56:13 -0300 |
| commit | 9533644ccfe9cbb2ded5bdd45c61dd30bcbab720 (patch) | |
| tree | efe67ac6dd1e2436cb989d7cbff29e0a3215ec6a | |
| parent | af999f152bcec9a0fb9c792bbb14eba093ddeec8 (diff) | |
| download | rust-9533644ccfe9cbb2ded5bdd45c61dd30bcbab720.tar.gz rust-9533644ccfe9cbb2ded5bdd45c61dd30bcbab720.zip | |
Remove unnecessary openFile command
| -rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b009e381ec9..ca00da9f361 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -290,10 +290,6 @@ "title": "Reveal File" }, { - "command": "rust-analyzer.openFile", - "title": "Open File" - }, - { "command": "rust-analyzer.revealDependency", "title": "Reveal File" } @@ -1983,4 +1979,4 @@ } ] } -} \ No newline at end of file +} |
