Add JSON LSP plugin

This commit is contained in:
Isaac Clayton 2022-06-08 11:34:20 +02:00
parent 923f093aca
commit 71e0555763
6 changed files with 98 additions and 36 deletions

View file

@ -286,7 +286,7 @@ impl LanguageRegistry {
.config
.path_suffixes
.iter()
.any(|suffix| path_suffixes.contains(&Some(suffix.as_str())))
.any(|suffix| dbg!(path_suffixes.contains(&Some(dbg!(suffix.as_str())))))
})
.cloned()
}