Skip to content

Commit 9c2eb22

Browse files
committed
Correction
1 parent 5e73ff5 commit 9c2eb22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ This supposes it could be used to execute arbitrary programs adding a `.vscode/s
5757
For this reason its scope will be changed to `machine` so users only will be able to change it globally.
5858
See #387 for more details.
5959

60-
### Set additional evironment variables for the server
60+
### Set additional environment variables for the server
6161

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:
6363

6464
```json
6565
{ "XDG_CACHE_HOME": "/path/to/my/cache" }
@@ -127,7 +127,7 @@ Please include the output when filing any issues on the [haskell-language-server
127127
- Sometimes the language server might get stuck in a rut and stop responding to your latest changes.
128128
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.
129129
- 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.
131131

132132
## Contributing
133133

0 commit comments

Comments
 (0)