diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9aea01024..38105a439e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -244,7 +244,7 @@ jobs: name: Test hls-hlint-plugin test suite run: cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="$TEST_OPTS" - - if: matrix.test && false + - if: matrix.test name: Test hls-alternate-number-format-plugin test suite run: cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS" || cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS" diff --git a/docs/features.md b/docs/features.md index 5ee46320d9..37c203360b 100644 --- a/docs/features.md +++ b/docs/features.md @@ -17,7 +17,7 @@ You can watch demos for some of these features [below](#demos). - [Module name suggestions](#module-names) for insertion or correction - [Call hierarchy support](#call-hierarchy) - [Qualify names from an import declaration](#qualify-imported-names) in your code -- [Suggest alternate numeric formats](#alternate-number-formatting). This plugin is not included by default yet due to a performance issue, see +- [Suggest alternate numeric formats](#alternate-number-formatting) ## Demos diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index a57e526c9d..f0c1807906 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -165,7 +165,7 @@ flag splice flag alternateNumberFormat description: Enable Alternate Number Format plugin - default: False + default: True manual: True flag qualifyImportedNames