Unnamed repository; edit this file 'description' to name the repository.
Remove unnecessary openFile command
Lukas Wirth 2023-05-02
parent af999f1 · commit 9533644
-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 b009e381ec..ca00da9f36 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
+}