tests/lsp: enable testing for sourcekit as the package has been fixed

This commit is contained in:
Gaetan Lepage 2024-03-06 13:46:21 +01:00 committed by Gaétan Lepage
parent bb64e79de6
commit 39df3f8355

View file

@ -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;