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

@ -5,7 +5,9 @@
enable = true;
servers = {
jsonls.enable = true;
# TODO: re-enable when pkg is fixed and available
# https://github.com/NixOS/nixpkgs/pull/335559
# jsonls.enable = true;
yamlls.enable = true;
};
};
@ -20,7 +22,9 @@
enable = true;
servers = {
jsonls.enable = true;
# TODO: re-enable when pkg is fixed and available
# https://github.com/NixOS/nixpkgs/pull/335559
# jsonls.enable = true;
yamlls.enable = true;
};
};
@ -68,7 +72,9 @@
plugins = {
lsp = {
enable = true;
servers.jsonls.enable = true;
# TODO: re-enable when pkg is fixed and available
# https://github.com/NixOS/nixpkgs/pull/335559
# servers.jsonls.enable = true;
};
schemastore = {