From 39df3f83559d4c7d6dfdf093c8271f5051e4068d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 6 Mar 2024 13:46:21 +0100 Subject: [PATCH] tests/lsp: enable testing for sourcekit as the package has been fixed --- tests/test-sources/plugins/lsp/_lsp.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index 47dcdfc4..e71e75bf 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -151,9 +151,7 @@ }; slint-lsp.enable = true; solargraph.enable = true; - # As of 2023-12-13, sourcekit-lsp is broken - # TODO: re-enable this test when fixed - sourcekit.enable = false; + sourcekit.enable = true; svelte.enable = true; tailwindcss.enable = true; taplo.enable = true;