Releases
1.7.0
jneira
released this
24 Sep 20:08
1.7.0
Add an option to set server command line arguments thanks to @cdsmith #464
It includes a new config option haskell.serverExtraArgs
to being able to pass extra argument to the lsp server executable
Update config options to match last haskell-language-server version #463
It removes haskell.diagnosticsOnChange
and haskell.formatOnImportOn
cause they were unused in the server
It adds haskell.checkProject
, haskell.maxCompletions
and haskell.plugin.refineImports.globalOn
Fix showDocumentation command thanks to @pranaysashank #452
It fixes partially showing the documentation directly in vscode. The documentation is rendered but internal links still does not work
Two config options has been added: haskell.openDocumentationInHackage
and haskell.openSourceInHackage
with default value true
So documentation will be opened using the hackage url in an external navigator by default
If you prefer having them in vscode you will need to change them to false
Create output channel only if there are no existing clients thanks to @pranaysashank #448
This fixes the creation of several output channels for the extension
You can’t perform that action at this time.