disable ALE display
This commit is contained in:
parent
a12dae8711
commit
67867720c2
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"rust-analyzer.server.path": "~/.cargo/bin/rust-analyzer",
|
||||
"suggest.acceptSuggestionOnCommitCharacter": true,
|
||||
"diagnostic.displayByAle": true
|
||||
"diagnostic.displayByAle": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue