From 1a1de2779bd50ff683c7e847676dcf1872f18945 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 15 Sep 2024 10:16:04 -0500 Subject: [PATCH] tests/lsp: remove tsserver test Lsp is deprecated and should be replaced with ts_ls --- tests/test-sources/plugins/lsp/_lsp.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index e1d92cf9..df3cb7d3 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -210,7 +210,6 @@ texlab.enable = true; tflint.enable = true; tinymist.enable = true; - tsserver.enable = true; typos-lsp.enable = true; typst-lsp.enable = true; vala-ls.enable = true;