|
| 1 | +<!-- |
1 | 2 | If you encounter a bug or you have a support question, please try to fill out some of the information below. |
2 | | -However, if you think your issue does not need any of it, you may omit it. |
3 | | -Generally speaking, the information below is meant for helping debugging issues |
4 | | -but they are no prerequisite for opening issues. |
5 | | - |
6 | | -### Subject of the issue |
7 | | -Describe your issue here. |
| 3 | +Generally speaking, the information below is meant to help debugging issues but is no prerequisite for opening an issue. |
| 4 | +--> |
8 | 5 |
|
9 | 6 | ### Your environment |
10 | | -* Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools` |
11 | | - * This command is available since version `>= 0.4.0.0` |
12 | | -* Which lsp-client do you use |
13 | | - * Neovim, emacs, VS Codium, etc... |
14 | | -* Describe your project (alternative: link to the project) |
15 | | - * Include `stack.yaml` |
16 | | - * Include `package.yaml` |
17 | | - * Include `*.cabal` files |
18 | | - * Include `cabal.project` |
19 | | -* Contents of `hie.yaml` |
| 7 | +Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`: |
| 8 | +<!-- This command is available since version `>= 0.4.0.0` --> |
| 9 | +```sh |
| 10 | + |
| 11 | +``` |
| 12 | +Which lsp-client do you use: |
| 13 | +<!-- Neovim, emacs, VS Codium, etc... --> |
| 14 | +Describe your project (alternative: link to the project): |
| 15 | +<!-- stack.yaml, package.yaml, *.cabal files, cabal.project --> |
| 16 | +Contents of `hie.yaml`: |
| 17 | +```yaml |
| 18 | + |
| 19 | +``` |
20 | 20 |
|
21 | 21 | ### Steps to reproduce |
22 | | -Tell us how to reproduce this issue. |
| 22 | +<!-- Tell us how to reproduce this issue. --> |
23 | 23 |
|
24 | 24 | ### Expected behaviour |
25 | | -Tell us what should happen. |
| 25 | +<!-- Tell us what should happen. --> |
26 | 26 |
|
27 | 27 | ### Actual behaviour |
28 | | -Tell us what happens instead. |
| 28 | +<!-- Tell us what happens instead. --> |
29 | 29 |
|
30 | 30 | ### Include debug information |
31 | 31 | Execute in the root of your project the command `haskell-language-server --debug .` and paste the logs here: |
|
0 commit comments