Properly ignore elements from configured exceptions

This commit is contained in:
Kirill Bulatov 2023-11-13 18:59:09 +02:00
parent 9072e5a507
commit 401f85bed2
2 changed files with 8 additions and 28 deletions

View file

@ -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>,