about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2022-07-17 17:45:43 +0200
committerBruno Ortiz <brunortiz11@gmail.com>2023-05-02 10:56:13 -0300
commit9533644ccfe9cbb2ded5bdd45c61dd30bcbab720 (patch)
treeefe67ac6dd1e2436cb989d7cbff29e0a3215ec6a
parentaf999f152bcec9a0fb9c792bbb14eba093ddeec8 (diff)
downloadrust-9533644ccfe9cbb2ded5bdd45c61dd30bcbab720.tar.gz
rust-9533644ccfe9cbb2ded5bdd45c61dd30bcbab720.zip
Remove unnecessary openFile command
-rw-r--r--editors/code/package.json6
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
+}