|
1 | 1 | ### 1.7.0
|
2 | 2 |
|
3 |
| -- Add an option to set server command line arguments thanks to @cdsmith <https://github.com/haskell/vscode-haskell/pull/464> |
| 3 | +- Add an option to set server command line arguments thanks to [@cdsmith](https://github.com/cdsmith) <https://github.com/haskell/vscode-haskell/pull/464> |
4 | 4 | - It includes a new config option `haskell.serverExtraArgs` to being able to pass extra argument to the lsp server executable
|
5 | 5 | - Update config options to match last haskell-language-server version <https://github.com/haskell/vscode-haskell/pull/463>
|
6 | 6 | - It removes `haskell.diagnosticsOnChange` and `haskell.formatOnImportOn` cause they were unused in the server
|
7 | 7 | - It adds `haskell.checkProject`, `haskell.maxCompletions` and `haskell.plugin.refineImports.globalOn`
|
8 |
| -- Fix showDocumentation command thanks to @pranaysashank <https://github.com/haskell/vscode-haskell/pull/452> |
| 8 | +- Fix showDocumentation command thanks to [@pranaysashank](https://github.com/pranaysashank) <https://github.com/haskell/vscode-haskell/pull/452> |
9 | 9 | - It fixes partially showing the documentation directly in vscode. The documentation is rendered but internal links still does not work
|
10 |
| - - Two config options has been added: `haskell.openDocumentationInHackage` and `haskell.openSourceInHackage` with default value `true`, |
11 |
| - so documentation will be opened using the hackage url in an external navigator by default |
12 |
| - - If you prefer having them in vscode you will need to change them to `false` |
13 |
| -- Create output channel only if there are no existing clients thanks to @pranaysashank <https://github.com/haskell/vscode-haskell/pull/448> |
| 10 | + - Two config options has been added: `haskell.openDocumentationInHackage` and `haskell.openSourceInHackage` with default value `true` |
| 11 | + - So documentation will be opened using the hackage url in an external navigator by default |
| 12 | + - If you prefer having them in vscode you will need to change them to `false` |
| 13 | +- Create output channel only if there are no existing clients thanks to [@pranaysashank](https://github.com/pranaysashank) <https://github.com/haskell/vscode-haskell/pull/448> |
14 | 14 | - This fixes the creation of several output channels for the extension
|
15 | 15 |
|
16 | 16 | ### 1.6.1
|
|
19 | 19 |
|
20 | 20 | ### 1.6.0
|
21 | 21 |
|
22 |
| -- Bump up vscode version to 1.52.0 (#424) by @berberman |
| 22 | +- Bump up vscode version to 1.52.0 (#424) by [@berberman](https://github.com/berberman) |
23 | 23 | - To match the lsp spec version used in haskell-language-version and fix <https://github.com/haskell/haskell-language-server/issues/2068>
|
24 | 24 |
|
25 | 25 | ### 1.5.1
|
|
0 commit comments