Properly ignore elements from configured exceptions
This commit is contained in:
parent
9072e5a507
commit
401f85bed2
2 changed files with 8 additions and 28 deletions
|
@ -10,7 +10,7 @@ pub struct ProjectSettings {
|
|||
pub lsp: HashMap<Arc<str>, LspSettings>,
|
||||
#[serde(default)]
|
||||
pub git: GitSettings,
|
||||
// TODO kb better names and docs
|
||||
// TODO kb better names and docs and tests
|
||||
// TODO kb how to react on their changes?
|
||||
#[serde(default)]
|
||||
pub scan_exclude_files: Vec<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue