Skip to content

Commit 17ea9f3

Browse files
committed
Correct formatting and users
1 parent 3a5c8c4 commit 17ea9f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Changelog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
### 1.7.0
22

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>
44
- It includes a new config option `haskell.serverExtraArgs` to being able to pass extra argument to the lsp server executable
55
- Update config options to match last haskell-language-server version <https://github.com/haskell/vscode-haskell/pull/463>
66
- It removes `haskell.diagnosticsOnChange` and `haskell.formatOnImportOn` cause they were unused in the server
77
- 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>
99
- 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>
1414
- This fixes the creation of several output channels for the extension
1515

1616
### 1.6.1
@@ -19,7 +19,7 @@
1919

2020
### 1.6.0
2121

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)
2323
- To match the lsp spec version used in haskell-language-version and fix <https://github.com/haskell/haskell-language-server/issues/2068>
2424

2525
### 1.5.1

0 commit comments

Comments
 (0)