File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ 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 `
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 )
43
+
44
+ <details >
45
+ <summary >
46
+ Lsp logs:
47
+ </summary >
48
+
49
+ ```
50
+ <paste your logs here>
51
+ ```
52
+ </details >
You can’t perform that action at this time.
0 commit comments