From 803bded988cb9ab0cf88fcf31f694df18079aca5 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 26 Sep 2024 10:56:11 -0500 Subject: [PATCH] tests/lsp: re-enable omnisharp --- tests/test-sources/plugins/lsp/_lsp.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index 5f680585..e3d38344 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -172,9 +172,7 @@ # As of 2024-01-04, ols is broken on darwin # TODO: re-enable this test when fixed && !pkgs.stdenv.isDarwin; - # As of 2024-03-05, omnisharp-roslyn is broken on darwin - # TODO: re-enable this test when fixed - omnisharp.enable = !pkgs.stdenv.isDarwin; + omnisharp.enable = true; openscad-lsp.enable = true; perlpls.enable = true; pest-ls.enable = true;