Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Haskell Language Server

Working on producing the best interactive editor experience for Haskell
Collective - Host: opensource - https://opencollective.com/haskell-language-server - Code: https://github.com/haskell/haskell-language-server

Support ghc 9.4 for hls-class-plugin (#3258)

* Support ghc 9.4 for hls-class-plugin

* Update support table

* Update test description

...

github.com/haskell/haskell-language-server - 8cef7a456aa77ce79ee06ba49f9ff44af928ab05 authored about 2 years ago by Lei Zhu <[email protected]>
Bump partial ghc support warning to 9.4 (#3286)

- 9.2 is now fully supported
- 9.4 is partially supported

github.com/haskell/haskell-language-server - e36208bf72f14fb5779c7cfc9031ba82b2dc6fd5 authored about 2 years ago by Andy <[email protected]>
Improved message for missing command or plugin (#3285)

* No "PluginId" / "CommandId" prefix or quotes from show
* No line break, but comma separated

github.com/haskell/haskell-language-server - 5cdaa245dd5fbf9373a54efb3faed67d26a36388 authored about 2 years ago by Andy <[email protected]>
Register Fourmolu plugin properties (#3284)

Co-authored-by: Michael Peyton Jones <[email protected]>

github.com/haskell/haskell-language-server - 55456fb281ed338ec1a333fa74f02e1d01fc4791 authored about 2 years ago by George Thomas <[email protected]>
Cleanup GHC macros (because min version is 8.8.4) (#3281)

* Drop min_version_ghc (8.8.4 is min supported)

* Drop conditional glasgow_haskell cpp

* I...

github.com/haskell/haskell-language-server - 86e3fd6c650770f5ac6edc13389cdcdfe3284c70 authored about 2 years ago by Andy <[email protected]>
Drop compatibility with GHC 8.6.5 (#3101)

* Drop compatibility with GHC 8.6.5

* drop a few more bits

* fixup merge

Co-authored-by...

github.com/haskell/haskell-language-server - 9b491f7bbf21eb407f38e9d56f0cddc9f004b41f authored about 2 years ago by Pepe Iborra <[email protected]>
Remove unlawful Ord instance and replace it by a compare function (#3271) (#3279)

github.com/haskell/haskell-language-server - 07f14e33b33039d64e243790974ef36b78f053e3 authored about 2 years ago by Chrizzl <[email protected]>
Use an importance score to order the suggested import code action (#3234) (#3271)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - e176eca89776da738f729f8428c586d580ea71ef authored about 2 years ago by Chrizzl <[email protected]>
Hlint: A handful of fixes to hints (#3259)

* CI: rwe/actions-hlint-run v2

* fmt script: Fix missing directories

Otherwise will fail
...

github.com/haskell/haskell-language-server - 21c8e9b83e620484cfc405a1e4d32eacc215b333 authored about 2 years ago by Andy <[email protected]>
Exclude the implicit prelude import (#2798) (#3277)

github.com/haskell/haskell-language-server - 050497a19f0c40936169b39506fce7c007595b83 authored about 2 years ago by Chrizzl <[email protected]>
Fix action removes ticks from TemplateHaskellQuotes (#628) (#3260)

github.com/haskell/haskell-language-server - 0eb79a4695ac84d915aa8367d376f56c81e81e8b authored about 2 years ago by Zdeno Osina <[email protected]>
configuration-ghc-94.nix: Fix references to lsp and lsp-types source (#3265)

Co-authored-by: Michael Peyton Jones <[email protected]>

github.com/haskell/haskell-language-server - 4898f5b5683df4ab66ae147f0193273ecd56ede4 authored about 2 years ago by Akshay Mankar <[email protected]>
Fix typos in documentation (#3274)

github.com/haskell/haskell-language-server - 6d49b343ca27e6ab6e24f2e33f3d1258f1bcd366 authored about 2 years ago by Zdeno Osina <[email protected]>
Update plugin tutorial (#3266)

github.com/haskell/haskell-language-server - 595c527e432b7b87afd2a9c2cf062b6767ce979d authored about 2 years ago by Paweł Dybiec <[email protected]>
Move new imports down the code action list (#3235)

* move new imports to the tail

* remove LANGUAGE CPP

Co-authored-by: Pepe Iborra <pepeibor...

github.com/haskell/haskell-language-server - d8e1e75241a6ad2408ab9ddabc4cda0884de1007 authored about 2 years ago by Kobayashi <[email protected]>
Fix nix developement shell (#3257)

Upgrade a few packages which needed upgrade and avoid building hiedb in
nix as it has a dependen...

github.com/haskell/haskell-language-server - 73b02ef3f76f41ab85ea02893e10c38894f89521 authored about 2 years ago by Akshay Mankar <[email protected]>
Fix dead link to supported GHC versions (#3244)

Co-authored-by: Michael Peyton Jones <[email protected]>

github.com/haskell/haskell-language-server - 8fd2b89a018dc58cd0b95e204f8be9ecf6f4b67d authored about 2 years ago by Vilem <[email protected]>
GCH -> GHC (#3252)

github.com/haskell/haskell-language-server - b7e59d02e0b534927dc7069b52a4b0fe6524a98e authored about 2 years ago by Michael Peyton Jones <[email protected]>
Docs: Plugin Support hls-explicit-fixity-plugin (#3251)

github.com/haskell/haskell-language-server - 5bf8fe228b7566f9836c71a1d2e14454d740ef15 authored about 2 years ago by Andy <[email protected]>
update link to supported versions (#3242)

github.com/haskell/haskell-language-server - 2e7d684983377565b816ccebd5849de1f7060e5b authored about 2 years ago by citrusmunch <[email protected]>
Add policy on plugin support tiers (#3189)

Following discussion in
https://github.com/haskell/haskell-language-server/discussions/3123.

...

github.com/haskell/haskell-language-server - f143cf1520ad742220b01654cbccf1e7a95910e2 authored about 2 years ago by Michael Peyton Jones <[email protected]>
Bump fkirc/skip-duplicate-actions from 5.1.0 to 5.2.0 (#3239)

Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 5.1.0...

github.com/haskell/haskell-language-server - b4abea79a04652574173dee9d9fc381783578df4 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove myself from codeowners (#3230)

Cause i am getting lot of notifications i dont have time to attend

Co-authored-by: Michael Pe...

github.com/haskell/haskell-language-server - c1d8f7816011bb32a034713eea1bfeffd7492b23 authored about 2 years ago by Javier Neira <[email protected]>
Fix error in code range (#3229)

* add test case

* handle error more properly

* add an error type

* fix tests

* log the bad d...

github.com/haskell/haskell-language-server - 011d110b4c6b57f243846ce3f417905b921b2d43 authored about 2 years ago by Kobayashi <[email protected]>
wrapper.in: Require runtime ghc-pkgs to be an abi compatible superset of bootpkgs (#3214)

This still makes sure that ghc has been compiled with the same core
libraries as hls while it al...

github.com/haskell/haskell-language-server - f6dc2064d1b99fe3edf95dbffec96084ce96961a authored about 2 years ago by maralorn <[email protected]>
Use nixpkgs variants of Sphinx packages (#3227)

This commit replaces manually specified `myst-parser` and `sphinx_rtd_theme`
packages with thei...

github.com/haskell/haskell-language-server - 468db6f2aad207040b7eda2546499999945b71fd authored about 2 years ago by Berk Özkütük <[email protected]>
Feat: basic record dot completions (#3080)

* baseline for record completions

* address feedback

* gate ghc version

* add test

*...

github.com/haskell/haskell-language-server - cdbef3e5cb79f5df0b2a3954f3eef24e8e91b40d authored about 2 years ago by Colten Webb <[email protected]>
hls-hlint-plugin: Update README.md (#3216)

Remove warning about hlint restrictions, as #1340 has been merged.

Co-authored-by: Michael Pe...

github.com/haskell/haskell-language-server - e09c00588b447f66832c4fa0825c0eeffbebabd9 authored about 2 years ago by hololeap <[email protected]>
Bump fkirc/skip-duplicate-actions from 4.0.0 to 5.1.0 (#3226)

Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 4.0.0...

github.com/haskell/haskell-language-server - 30b2a4716e1438ec416bdc9cd0f1d671f40daaab authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve haddock comments (#3207)

* remove 'buildable: False' in cabal

* remove constraint on ghc-exactprint

* wip

* revert Had...

github.com/haskell/haskell-language-server - 217573f4a13e0a222739d4e2c3adccf2eaa0aab8 authored about 2 years ago by Kobayashi <[email protected]>
Sort vscode extension schema json by keys (#3203)

Makes it easier to copy and paste configurations into VSCode and
reviewing what options have bee...

github.com/haskell/haskell-language-server - 6f9b43533164252327ba14ff86fa7935d6ec1d4f authored about 2 years ago by fendor <[email protected]>
Add source-repository to all cabal files (#3219)

Add a source-repository stanza to any .cabal files in the project that
are missing it.

This met...

github.com/haskell/haskell-language-server - c422cf373a1d9065c63f94ccfe2caa99ec699c80 authored about 2 years ago by hololeap <[email protected]>
Add diagnostics to Stan descriptor (#3213)

github.com/haskell/haskell-language-server - fd1a7d1923aa0e09d718eef14d21c1b350ae680d authored about 2 years ago by Pepe Iborra <[email protected]>
Add a note regarding the `stack` requirement in wrapper tests (#3212)

github.com/haskell/haskell-language-server - b289e480642684e48f1c710b04e259dd69a59da3 authored about 2 years ago by Berk Özkütük <[email protected]>
Log plugin name and attribute errors to plugins (#3194)

* Log plugin name

* redundant import

* Attribute response error logs to plugins

* remov...

github.com/haskell/haskell-language-server - dca5cc36c7b7579dfc9e74ffcf379d49f5a20324 authored about 2 years ago by Pepe Iborra <[email protected]>
Fix broken call-hierarchy-plugin-tests for type signatures (#3188)

* Fix broken tests for signatures

* Remove unused Maybe

* Refactir prepare

* Refactor incomin...

github.com/haskell/haskell-language-server - b547d4e9acf2e4b70695483bf34f24541b1c27dc authored about 2 years ago by Lei Zhu <[email protected]>
Feat: Folding Ranges (#3058)

* save some progress: add basic starter code for folding ranges

* save some progress: add fun...

github.com/haskell/haskell-language-server - 42bcf9229a966aaba0dfe35be678d6a765b48985 authored about 2 years ago by Aarush Bhat <[email protected]>
Stylish Haskell: CPP parse issues (#3199)

* Stylish Haskell: Parse issues

* CPP language extension
* Manually fix some files with dupl...

github.com/haskell/haskell-language-server - bd1d0a1675fb8c35692f6f847e2f7e9a10dc1476 authored about 2 years ago by Andy <[email protected]>
docs/supported-versions: Fix typo and make brittany versions more precise (#3201)

github.com/haskell/haskell-language-server - 00469199cf35eef1f8f5a30d8205f9cce7b520dd authored about 2 years ago by maralorn <[email protected]>
Bump technote-space/get-diff-action from 4.0.1 to 6.1.0 (#3198)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4...

github.com/haskell/haskell-language-server - 0d214482763bb9354bd7a92f2f4af7a27b7f8fb6 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Only run the pre-commit hook on changed files (#3145)

* Only run the pre-commit hook on changed files

* Let's change a haskell file

* Didn't use...

github.com/haskell/haskell-language-server - ff4f29f859244f6e828ecf74fab6e8a6b745c020 authored about 2 years ago by Nick Suchecki <[email protected]>
Refactor plugin: Prefer code action (#3167)

`isPreferred` can influence the client side order of code actions. The
idea is that an unused i...

github.com/haskell/haskell-language-server - 362ca34488899454f2070f098a5a2ebf25e52c5e authored about 2 years ago by Andy <[email protected]>
Solve formatting issues (stylish-haskell, pre-commit CI) (#3171)

* Solve formatting issues

* stylish-haskell parse errors solved (partially)

* Env: Changin...

github.com/haskell/haskell-language-server - b378de2d42d1c78d0119d54e65646b475a9dc6c5 authored about 2 years ago by Andy <[email protected]>
Clean up heapsize bits (#3168)

github.com/haskell/haskell-language-server - a13e1b3c8d081b64faa7f7ad05e03a01f9c20b55 authored about 2 years ago by Pepe Iborra <[email protected]>
Configuration: more advanced Vim / Coc example (#3181)

Adding an example with settings

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.norep...

github.com/haskell/haskell-language-server - aee737237c7f4542bddc7ab31a2bdd7ee0cab48d authored about 2 years ago by Andy <[email protected]>
Update supported GHC versions doc (#3186)

Fixes #3172.

github.com/haskell/haskell-language-server - 41c978dd661b1ee6e5c95b06de719e2c18c97638 authored about 2 years ago by Michael Peyton Jones <[email protected]>
Docs: Fix checkParents documentation (#3184)

* Check on close modes were removed
* Moving docs to configuration and away from ghcide README

github.com/haskell/haskell-language-server - d7bdd0c6cdec3bdf30d8320ced93e19625918623 authored about 2 years ago by Andy <[email protected]>
Allows disabling stan plugin (#3179)

Respects globalOn in stan plugin configuration and won't show hints
anymore if the plugin is dis...

github.com/haskell/haskell-language-server - 855a88238279b795634fa6144a4c0e8acc7e9644 authored about 2 years ago by Andy <[email protected]>
Docs: List stan plugin (#3180)

github.com/haskell/haskell-language-server - 5d6a6889b2909e0aa777960d00665c378136ebe5 authored about 2 years ago by Andy <[email protected]>
Merge pull request #3133 from haskell/nix-ghc94

nix: fix nix environment for GHC 9.4

github.com/haskell/haskell-language-server - a66a6c5b8c351d2c3b37a5554d9bc9f278a2da23 authored about 2 years ago by Guillaume Bouchard <[email protected]>
nix: fix nix environment

- Bumped nixpkgs, so that's a true GHC 9.4.2 and not 9.4.0, which was
failing in cabal which b...

github.com/haskell/haskell-language-server - 88a1dbbbfb3eec8898af8e87efacd0fa711ab032 authored about 2 years ago by Guillaume Bouchard <[email protected]>
unescape printable characters (#3140)

* unescape printable characters

* add comments

* add tests

* improve the parser

* simplify c...

github.com/haskell/haskell-language-server - 2bd1863eea528044fec0b0d9b1067214d9041e6d authored about 2 years ago by Kobayashi <[email protected]>
Fixes the flake deps to align with cabal (#3163)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 1568ce7b0adfbd55fbef286c66ca931019ad36ab authored about 2 years ago by Matt Russell <[email protected]>
Remove unused build-depends and install warnings (#3155)

* Remove unused build-depends and install warnings

* Remove -Werror

github.com/haskell/haskell-language-server - 4ce8f99bcde8fee46878b4650874538fd19721ea authored about 2 years ago by Pepe Iborra <[email protected]>
Release script fixes (#3154)

github.com/haskell/haskell-language-server - 5d35a740b2fd70b225aaa94541ff22c3ed3e060a authored about 2 years ago by wz1000 <[email protected]>
Add base bound for ghcide-test-utils

github.com/haskell/haskell-language-server - 0ebfeb574c64898de6443f88f2b765c30ff61b89 authored about 2 years ago by Zubin Duggal <[email protected]>
Remove internal library haskell-language-server:plugins

github.com/haskell/haskell-language-server - ddb21a0c8d4e657c4b81ce250239bccf28fc9524 authored about 2 years ago by Zubin Duggal <[email protected]>
Prepare 1.8.0.0

Use hiedb from hackage

gitlab-ci: remove workaround for windows 9.2.2
gitlab-ci: remove workaro...

github.com/haskell/haskell-language-server - 816cd6301e43cda96da44ac8490449b99084961e authored about 2 years ago by Zubin Duggal <[email protected]>
gitlab-ci: workaround centos failure

github.com/haskell/haskell-language-server - 276fb623d4c31ce930d441b59a69595301e0a03d authored about 2 years ago by Zubin Duggal <[email protected]>
gitlab-ci: upgrade to fedora33 from fedora27

github.com/haskell/haskell-language-server - 5a734dfb7f2ae12a1dc85a3bc0d0ef0a16125862 authored about 2 years ago by Zubin Duggal <[email protected]>
Improve performance of NormalizedFilePath (#3067)

* upgrade lsp

* modify default benchmark config

* upgrade lsp

* use lsp master

* temp: compa...

github.com/haskell/haskell-language-server - 3fb4082f8038d573d7636a2d74aa1be70d317cc2 authored about 2 years ago by Kobayashi <[email protected]>
Update hls-retrie-plugin to be usable with 9.2.4. (#3120)

* Update hls-retrie-plugin to be usable with 9.2.4.

This is the first pass at getting hls-retri...

github.com/haskell/haskell-language-server - aad896cdc5b4869dc781e9b1eade8f3b14148f7c authored about 2 years ago by Nick Suchecki <[email protected]>
enable a bunch of plugins that build with ghc 9.4

github.com/haskell/haskell-language-server - 9297c98c540fc8d9a0d8e304641f7ff3ff4082c7 authored about 2 years ago by Pepe Iborra <[email protected]>
Restore more hints in diagnostic messages

github.com/haskell/haskell-language-server - d3282c6cb18a3d3e4f05ab034a211cdeb5e4f374 authored about 2 years ago by Zubin Duggal <[email protected]>
Change Type Signature Plugin buildable with 9.4

github.com/haskell/haskell-language-server - 08cfc7839482f59d5fd046c1c53aae65de8bcc5e authored about 2 years ago by Nick Suchecki <[email protected]>
refactor onlyWorkForGhcVersions

github.com/haskell/haskell-language-server - d3d4df51c2b1346935b544dc30459d2b2d8091ca authored about 2 years ago by Pepe Iborra <[email protected]>
Tag 9.4 regressions in HLS pragmas test suite

github.com/haskell/haskell-language-server - 28cbee9c01f6fd1bb303de8005c88eaa3d24f2e1 authored about 2 years ago by Pepe Iborra <[email protected]>
Accept broken call-hierarchy tests

github.com/haskell/haskell-language-server - d18743d470557648269e6cd0259bd43532bbe77c authored about 2 years ago by Zubin Duggal <[email protected]>
pragmas tests no longer regressing

github.com/haskell/haskell-language-server - b60abea0e17f605907a75aae3abea406090a161c authored about 2 years ago by Pepe Iborra <[email protected]>
fixup refactor onlyWorkForGhcVersions

github.com/haskell/haskell-language-server - 4117da7bc3008a0891e2746b5d301c10130ffab7 authored about 2 years ago by Pepe Iborra <[email protected]>
Make hls-code-range-plugin buildable on 9.4 by removing usused exactprint dependencies

github.com/haskell/haskell-language-server - a2df91907826b8c1b85f821607f2a19c961f511d authored about 2 years ago by Zubin Duggal <[email protected]>
Restore hints in diagnostic messages

github.com/haskell/haskell-language-server - 2b29a7e120ba4d5ab0fa7ee9f46eb495648883f3 authored about 2 years ago by Zubin Duggal <[email protected]>
Special handling of 9.2

github.com/haskell/haskell-language-server - 26a6ca607930b85bb1a2491b8deaf1a363c2e3df authored about 2 years ago by Nick Suchecki <[email protected]>
Alternate Number Format Plugin buildable with GHC 9.4

github.com/haskell/haskell-language-server - 608cfd99b400045771942aa46422f1b727182f08 authored about 2 years ago by Nick Suchecki <[email protected]>
remove ghcide-test-utils-internal

github.com/haskell/haskell-language-server - e1ef7abf1b2cb8747c544e90062cda3cd1e18e86 authored about 2 years ago by Zubin Duggal <[email protected]>
Revert "drop windows for 9.4.2"

This reverts commit feeaa3c5c7c8d11d02200302ab7dea988597b040.

github.com/haskell/haskell-language-server - 9f7a23b600ef6dabea0e674ded78a5ea9ab36520 authored about 2 years ago by Zubin Duggal <[email protected]>
Fix windows tests

github.com/haskell/haskell-language-server - 5b229b631fbc3b53fdacd1092aacb55f8f2de4a3 authored about 2 years ago by Zubin Duggal <[email protected]>
Bump base version for hie-compat

github.com/haskell/haskell-language-server - de66b16c9894a9039744219bab9856ab4257fb2b authored about 2 years ago by Zubin Duggal <[email protected]>
Fix entropy to 0.4.1.10 to fix build on windows

github.com/haskell/haskell-language-server - 34ac6ead3627d55ac020e249acb7cd90f6961e3b authored about 2 years ago by Zubin Duggal <[email protected]>
Use scoped allow-newer

github.com/haskell/haskell-language-server - 738e4f636d86de1ba40d40d5346e9321330c42c9 authored about 2 years ago by Zubin Duggal <[email protected]>
Use scoped allow-newer

github.com/haskell/haskell-language-server - 079d3f08e770d2113cd7ff0230baf3b0c2a3cf68 authored about 2 years ago by Zubin Duggal <[email protected]>
Disable plugin tests for 9.4

github.com/haskell/haskell-language-server - 661b336883b74986f4845e9d376e36b4c8dd9a1c authored about 2 years ago by Zubin Duggal <[email protected]>
9.4 support + MHU

github.com/haskell/haskell-language-server - 6c99563a9f82f2545448e54be93180b935513ccc authored about 2 years ago by Zubin Duggal <[email protected]>
chore: add the nix stuffs for GHC 9.4

I've just added naively the different nix lines. The configuration file
comes from a copy of the...

github.com/haskell/haskell-language-server - 75cfc3aa1e8b7284d0518130fca6bb6354747dff authored about 2 years ago by Guillaume Bouchard <[email protected]>
Improve GhcSessionDeps and lay out assumptions

github.com/haskell/haskell-language-server - 108e9af7586be6d897c3cac5aef515d95137d7fc authored about 2 years ago by Zubin Duggal <[email protected]>
chore: add missing sub-project in flake.nix

github.com/haskell/haskell-language-server - 830596ee212d4f2fbbc81bcf5d08574ae96947d3 authored about 2 years ago by Guillaume Bouchard <[email protected]>
Reduce nesting of ifdefs in hscCompileCoreHook

github.com/haskell/haskell-language-server - b15a6e0b6eb6b855b4ece264e7b6ef3486ef43ae authored about 2 years ago by Zubin Duggal <[email protected]>
drop windows for 9.4.2

github.com/haskell/haskell-language-server - feeaa3c5c7c8d11d02200302ab7dea988597b040 authored about 2 years ago by Zubin Duggal <[email protected]>
Remove exactprint dependencies from ghcide by introducing hls-refactor-plugin.

All code actions have been moved to hls-refactor-plugin

Mostly straightforward, only slight com...

github.com/haskell/haskell-language-server - a9f1c538ac163b5cb30f1aa258260563c90bd18d authored about 2 years ago by Zubin Duggal <[email protected]>
Move ghcide-test-utils to its own package

github.com/haskell/haskell-language-server - 2e484cd1d4bbbcc01e272679c5e9baf0f82fb8fe authored about 2 years ago by Zubin Duggal <[email protected]>
Update hlint ignore

github.com/haskell/haskell-language-server - e03111921bb49ea400d7de1ba16c56977bcec2fb authored about 2 years ago by Zubin Duggal <[email protected]>
flake.nix Add ghcide-bench to sourceDirs (#3125)

This is required for nix-based dev shells to work.

github.com/haskell/haskell-language-server - 7760340e999693d07fdbea49c9e20a3dd5458ad3 authored about 2 years ago by Akshay Mankar <[email protected]>
HLS benchmarks (#3117)

* extract ghcide:experiments-types

* extract haskell-language-server:plugins and let go of ex...

github.com/haskell/haskell-language-server - d0e3e0fe3f1d14dd51a40d43d3272269b445cede authored about 2 years ago by Pepe Iborra <[email protected]>
Add link to homepage and issues (#3119)

github.com/haskell/haskell-language-server - 55d90241440c5282b9e60cf80a98fd8698e1f8d9 authored about 2 years ago by Matt Parsons <[email protected]>
Remove pluginId from getNormalizedFilePath error message (#3118)

The error message displayed by `prettyResponseError` in
`Development.IDE.Plugin.HLS` looks awkwa...

github.com/haskell/haskell-language-server - 9a0684ec28022f644de4f8a0eb3610ea7a8dd2eb authored about 2 years ago by Nick Suchecki <[email protected]>