Skip to content

Commit 35708af

Browse files
GaetanLepagekhaneliman
authored andcommitted
Revert "tests/lsp: disable vectorcode_server as vectorcode is broken"
This reverts commit ada9f56.
1 parent 2f28c81 commit 35708af

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/lsp-servers.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,14 @@ let
4545
"ruff_lsp"
4646
"bufls"
4747
"typst_lsp"
48-
49-
# `vectorcode` fails its python dependency check, as the required dependency is dropped.
50-
# See https://github.com/NixOS/nixpkgs/issues/415770
51-
# and https://github.com/NixOS/nixpkgs/pull/416834#discussion_r2153315104
52-
"vectorcode_server"
5348
]
5449
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
5550
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
5651
"sourcekit"
5752

53+
# pkgs.vectorcode is not available on this platform
54+
"vectorcode_server"
55+
5856
# TODO: 2024-10-05 build failure
5957
"fstar"
6058

0 commit comments

Comments
 (0)