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
If you encounter a bug or you have a support question, please include the following information:
2
+
3
+
### Subject of the issue
4
+
Describe your issue here.
5
+
6
+
### Your environment
7
+
* Version of haskell-language-server
8
+
* Version of cabal
9
+
* Version of ghc
10
+
* Version of stack
11
+
* Which lsp-client do you use
12
+
* Neovim, emacs, VS Codium, etc...
13
+
* Describe your project (alternative: link to the project)
14
+
* Include `stack.yaml`
15
+
* Include `package.yaml`
16
+
* Include `*.cabal` files
17
+
* Include `cabal.project`
18
+
* Contents of `hie.yaml` (See [Project Configuration](https://github.com/haskell/haskell-language-server#project-configuration) if you don't know what this is)
19
+
20
+
### Steps to reproduce
21
+
Tell us how to reproduce this issue.
22
+
23
+
### Expected behaviour
24
+
Tell us what should happen.
25
+
26
+
### Actual behaviour
27
+
Tell us what happens instead.
28
+
29
+
### Include debug information
30
+
Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here:
31
+
32
+
<details>
33
+
<summary>
34
+
Debug output:
35
+
</summary>
36
+
37
+
```
38
+
<paste your logs here>
39
+
```
40
+
</details>
41
+
42
+
Paste the logs from the lsp-client, e.g. for [VS Code](https://github.com/haskell/vscode-haskell#troubleshooting)
0 commit comments