haskell-language-server
haskell-language-server copied to clipboard
Skip benchmarks when method is not enabled by plugin
This doesn't quite work because it turns out that we advertise capabilities even when all plugins that could provide support for a method are disabled, because we construct the map of Handlers that we send to lsp too early, before we have a chance to consult the config.
This is a nice idea, shame that it doesn't work!