You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/contributing.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ Run the benchmarks with `cabal bench`.
221
221
222
222
It should take around 25 minutes and the results will be stored in the `bench-results` folder. To interpret the results, see the comments in the `bench/Main.hs` module.
223
223
224
-
More details in [bench/README](../../bench/README.md)
224
+
More details in [bench/README](https://github.com/haskell/haskell-language-server/blob/master/bench/README.md)
225
225
226
226
### Tracing
227
227
@@ -233,7 +233,7 @@ Adding support for new editors is fairly easy if the editor already has good sup
233
233
In that case, there will likely be an editor-specific support system for this (like `lsp-mode` for Emacs).
234
234
This will typically provide instructions for how to support new languages.
235
235
236
-
In some cases you may need to write a small bit of additional client support, or expose a way for the user to set the server's [configuration options](#configuring-haskell-language-server) and
236
+
In some cases you may need to write a small bit of additional client support, or expose a way for the user to set the server's [configuration options](../configuration.md#configuring-haskell-language-server) and

141
+

142
142
143
143
## Highlight references
144
144
@@ -199,7 +199,7 @@ Rewrites imported names to be qualified.
For usage see the .
202
+
For usage see the [readme](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-qualify-imported-names-plugin/README.md).
203
203
204
204
### Add missing class methods
205
205
@@ -264,7 +264,7 @@ Known Limitations:
264
264
265
265

266
266
267
-

267
+
[Link to Docs](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-change-type-signature-plugin/README.md)
268
268
269
269
### Add argument to function
270
270
@@ -284,7 +284,7 @@ Convert a datatype to GADT syntax.
284
284
285
285

286
286
287
-

287
+
[Link to Docs](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-gadt-plugin/README.md)
Evaluates code blocks in comments with a click. [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md).
0 commit comments