tests/lsp: re-enable omnisharp

This commit is contained in:
Austin Horstman
2024-09-26 11:05:48 -05:00
parent 5e8f822af5
commit 803bded988
+1 -3
View File
@@ -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;