mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
Remove undefined command
This commit is contained in:
parent
885162d713
commit
c698446384
1 changed files with 0 additions and 4 deletions
|
@ -57,10 +57,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
|
||||||
"command": "ra-lsp.createFile",
|
|
||||||
"title": "Show Rust syntax tree"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "ra-lsp.syntaxTree",
|
"command": "ra-lsp.syntaxTree",
|
||||||
"title": "Show Rust syntax tree"
|
"title": "Show Rust syntax tree"
|
||||||
|
|
Loading…
Reference in a new issue