Add JSON LSP plugin
This commit is contained in:
parent
923f093aca
commit
71e0555763
6 changed files with 98 additions and 36 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue