Fix most of the TODOs

This commit is contained in:
Kirill Bulatov 2023-11-16 22:48:26 +02:00
parent 6028cd90d4
commit 8180938401
5 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,6 @@ pub struct ProjectSettings {
pub lsp: HashMap<Arc<str>, LspSettings>,
#[serde(default)]
pub git: GitSettings,
// TODO kb docs and project_search test
#[serde(default)]
pub file_scan_exclusions: Option<Vec<String>>,
}