Exclude annoying hint highlights in ErrorLens.
This commit is contained in:
parent
7f211a7121
commit
b5c9ddbb59
|
@ -15,5 +15,9 @@
|
|||
],
|
||||
"rust-analyzer.files.excludeDirs": [
|
||||
"tests/build",
|
||||
],
|
||||
"errorLens.exclude": [
|
||||
"file not included in module tree",
|
||||
"code is inactive due to #\\[cfg\\] directives: debug_assertions is enabled"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue