Skip to content

Commit dd60f15

Browse files
authored
Refeclt actual state of things
1 parent dc76b73 commit dd60f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Language server client for haskell using the [HIE](https://github.com/haskell/ha
2020
* Diagnostics via HLint and GHC warnings/errors
2121
* Code actions and quick-fixes via [`apply-refact`](https://github.com/mpickering/apply-refact) (click the lightbulb)
2222
* Type information and documentation (via hoogle) on hover
23-
* Jump to definition (`F12` or `Go to Definition` in command palette). Note that this only works for definitions within the current file.
23+
* Jump to definition (`F12` or `Go to Definition` in command palette). Note that this only works for definitions within the current project.
2424
* List all top level definitions
2525
* Highlight references in document
2626
* Completion
@@ -151,7 +151,7 @@ HIE is now started for each workspace folder you have in your multi-root workspa
151151
2. Scroll down to `Language Server Haskell › Trace: Server` and set it to `messages`
152152
3. Restart vscode and reproduce your problem
153153
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 (<your project>)`
154+
5. On the new Output panel that opens on the right side in the drop down menu choose `Haskell (<your project>)`
155155

156156
Now you will see the information which you can use to diagnose or report a problem
157157

0 commit comments

Comments
 (0)