Make language's language server config non-optional
This commit is contained in:
parent
4d456d3847
commit
a8600e76a3
8 changed files with 34 additions and 52 deletions
|
@ -555,6 +555,11 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
|
|||
tree_sitter_rust::language(),
|
||||
Some(Arc::new(RustLspAdapter)),
|
||||
),
|
||||
(
|
||||
"typescript",
|
||||
tree_sitter_typescript::language_typescript(),
|
||||
None, //
|
||||
),
|
||||
] {
|
||||
languages.add(Arc::new(language(name, grammar, lsp_adapter)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue