Skip to content

Commit

Permalink
tests/plugins/lsp: re-enable vala-ls on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Aug 20, 2024
1 parent 9a218fe commit 39081a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@
# https://github.com/NixOS/nixpkgs/pull/335263
# TODO: re-enable this test when fixed
typst-lsp.enable = false;
# As of 2024-04-03, pkgs.vala-language-server is broken on linux
# TODO: re-enable this test when fixed
vala-ls.enable = !pkgs.stdenv.isLinux;
vala-ls.enable = true;
vhdl-ls.enable = true;
vls.enable = true;
vuels.enable = true;
Expand Down

0 comments on commit 39081a4

Please sign in to comment.