Fix most of the TODOs
This commit is contained in:
parent
6028cd90d4
commit
8180938401
5 changed files with 8 additions and 6 deletions
|
@ -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>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue