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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ This supposes it could be used to execute arbitrary programs adding a `.vscode/s
57
57
For this reason its scope will be changed to `machine` so users only will be able to change it globally.
58
58
See #387 for more details.
59
59
60
-
### Set additional evironment variables for the server
60
+
### Set additional environment variables for the server
61
61
62
-
You can add additional evironment variables for only the lsp server using the configuration option `haskell.serverEnvironment`. For example, to change the cache directory used by the server you could set:
62
+
You can add additional environment variables for only the lsp server using the configuration option `haskell.serverEnvironment`. For example, to change the cache directory used by the server you could set:
63
63
64
64
```json
65
65
{ "XDG_CACHE_HOME": "/path/to/my/cache" }
@@ -127,7 +127,7 @@ Please include the output when filing any issues on the [haskell-language-server
127
127
- Sometimes the language server might get stuck in a rut and stop responding to your latest changes.
128
128
Should this occur you can try restarting the language server with <kbd>Ctrl</kbd> <kbd>shift</kbd> <kbd>P</kbd>/<kbd>⌘</kbd> <kbd>shift</kbd> <kbd>P</kbd> > Restart Haskell LSP Server.
129
129
- Usually the error or unexpected behaviour is already reported in the [haskell language server issue tracker](https://github.com/haskell/haskell-language-server/issues). Finding the issue could be useful to help resolve it and sometimes includes a workaround for the issue.
130
-
- You can also check the troubleshooting section in the server documentation: <https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html>
130
+
- You can also check the [troubleshooting section](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html) in the server documentation.
0 commit comments