haskell-language-server/test/functional
Nick Suchecki 73652d7515
Log response errors returned from Plugins (#2988)
* Log ResponseErrors when returned from Plugins

* Log  from Plugins

* Create 'logAndReturnError' that will log any failures in plugins

* Missed opportunity to use logAndReturnError

* Revert throwPluginError to throwE

This reverts a change made previously to try to make pluginErrors have a
common error format. This will be updated in the near future.

* Warning -> Error

* Fix Functional Test for Plugin Response Error

* Add orphan instances for

* Revert back to Warning

* Update log format in test suite
2022-07-01 22:52:51 +00:00
..
Command.hs Ghc 9.0.1 support for ghcide (#1649) 2021-06-06 18:16:29 +01:00
Completion.hs Add associated type families to local completions (#2987) 2022-06-28 13:44:42 +00:00
Config.hs Move hlint tests to its own package (and other clean ups) (#2284) 2021-10-22 09:24:35 +00:00
Deferred.hs Migrate tests of plugins (#1612) 2021-03-25 12:04:17 +08:00
Definition.hs Migrate tests of plugins (#1612) 2021-03-25 12:04:17 +08:00
Diagnostic.hs Delete some dead or deprecated settings (#2481) 2021-12-14 14:57:58 +01:00
Format.hs Log response errors returned from Plugins (#2988) 2022-07-01 22:52:51 +00:00
FunctionalBadProject.hs Extract hls-test-utils (#1606) 2021-03-23 18:45:45 +08:00
FunctionalCodeAction.hs Refactor LSP logger and log via window/logMessage also (#2758) 2022-03-08 17:56:32 +00:00
HieBios.hs Make work stack-9.2.1.yaml and enable pedantic (-WError) for cabal (#2606) 2022-01-20 12:38:21 +00:00
Highlight.hs Migrate tests of plugins (#1612) 2021-03-25 12:04:17 +08:00
Main.hs Build with GHC 9.2 (#2503) 2022-01-12 21:57:36 +00:00
Progress.hs Should no related code lens if the module name is correct (#2826) 2022-04-13 11:16:28 +00:00
Reference.hs Migrate tests of plugins (#1612) 2021-03-25 12:04:17 +08:00
Symbol.hs Update to lsp-1.2 (#1631) 2021-04-01 16:44:08 +00:00
TypeDefinition.hs Upgrade to new version of lsp libraries (#2494) 2021-12-29 09:45:25 +01:00