File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Language server client for haskell using the [HIE](https://github.com/haskell/ha
20
20
* Diagnostics via HLint and GHC warnings/errors
21
21
* Code actions and quick-fixes via [ ` apply-refact ` ] ( https://github.com/mpickering/apply-refact ) (click the lightbulb)
22
22
* Type information and documentation (via hoogle) on hover
23
- * Jump to definition (` F12 ` or ` Go to Definition ` in command palette)
23
+ * Jump to definition (` F12 ` or ` Go to Definition ` in command palette). Note that this only works for definitions within the current file.
24
24
* List all top level definitions
25
25
* Highlight references in document
26
26
* Completion
@@ -147,11 +147,11 @@ HIE is now started for each workspace folder you have in your multi-root workspa
147
147
148
148
## Investigating and reporting problems
149
149
150
- 1 . Go to extensions and right click ` Haskell Language Server ` and choose ` Configure Extensions Settings`
151
- 2 . Scroll down to ` Language Server Haskell › Trace: Server ` and set it to ` verbose `
150
+ 1 . Go to extensions and right click ` Haskell Language Server ` and choose ` Extensions Settings `
151
+ 2 . Scroll down to ` Language Server Haskell › Trace: Server ` and set it to ` messages `
152
152
3 . Restart vscode and reproduce your problem
153
153
4 . Go to the main menu and choose ` View -> Output ` (` Ctrl + Shift + U ` )
154
- 5 . On the new Output panel that opens on the right side in the drop down menu choose ` Haskell HIE (cabal ) `
154
+ 5 . On the new Output panel that opens on the right side in the drop down menu choose ` Haskell HIE (<your project> ) `
155
155
156
156
Now you will see the information which you can use to diagnose or report a problem
157
157
You can’t perform that action at this time.
0 commit comments