tests/plugins/lsp: disable vscode-langservers-extracted tests (broken package)

Re-enable after https://github.com/NixOS/nixpkgs/pull/335559 is
available in nixos-unstable.
This commit is contained in:
Austin Horstman 2024-08-19 15:40:15 -05:00
parent f7cdecbad8
commit a1a3488779
No known key found for this signature in database
4 changed files with 27 additions and 9 deletions

View file

@ -87,7 +87,9 @@
installCargo = true;
installRustc = true;
};
jsonls.enable = true;
# TODO: re-enable when pkg is fixed and available
# https://github.com/NixOS/nixpkgs/pull/335559
# jsonls.enable = true;
};
};