Re-enable language servers

This commit is contained in:
Julia
2023-10-06 13:26:39 -04:00
parent 9d8cff1275
commit f18f870206
+2 -2
View File
@@ -128,8 +128,8 @@ pub fn init(
"tsx",
tree_sitter_typescript::language_tsx(),
vec![
// Arc::new(typescript::TypeScriptLspAdapter::new(node_runtime.clone())),
// Arc::new(typescript::EsLintLspAdapter::new(node_runtime.clone())),
Arc::new(typescript::TypeScriptLspAdapter::new(node_runtime.clone())),
Arc::new(typescript::EsLintLspAdapter::new(node_runtime.clone())),
Arc::new(tailwind::TailwindLspAdapter::new(node_runtime.clone())),
],
);