mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Remove unnecessary openFile command
This commit is contained in:
parent
af999f152b
commit
9533644ccf
1 changed files with 1 additions and 5 deletions
|
@ -289,10 +289,6 @@
|
|||
"command": "rust-analyzer.revealDependency",
|
||||
"title": "Reveal File"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.openFile",
|
||||
"title": "Open File"
|
||||
},
|
||||
{
|
||||
"command": "rust-analyzer.revealDependency",
|
||||
"title": "Reveal File"
|
||||
|
@ -1983,4 +1979,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue