diff options
| -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 +} |
