mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Remove unnecessary openFile command
This commit is contained in:
parent
76432d39cb
commit
16cba19ff3
4 changed files with 2 additions and 17 deletions
|
@ -192,7 +192,6 @@ function createCommands(): Record<string, CommandFactory> {
|
|||
showReferences: {enabled: commands.showReferences},
|
||||
triggerParameterHints: {enabled: commands.triggerParameterHints},
|
||||
openLogs: {enabled: commands.openLogs},
|
||||
openFile: {enabled: commands.openFile},
|
||||
revealDependency: {enabled: commands.revealDependency}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue