Skip to content

Commit af12c93

Browse files
authored
Merge pull request #263 from Darren8098/patch-1
Fix the haskell-language-server path table in README.md
2 parents 713dc22 + edcff5e commit af12c93

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ its dependencies have been built with the `-haddock` GHC flag.
8585
### Downloaded binaries
8686
8787
This extension will download `haskell-language-server` binaries to a specific location depending on your system. If you find yourself running out of disk space, you can try deleting old versions of language servers in this directory. The extension will redownload them, no strings attached.
88-
| Platform | Path |
89-
|----------|------|
90-
| macOS | `~/Library/Application\ Support/Code/User/globalStorage/haskell.haskell/` |
91-
| Windows | `%APPDATA%\Code\User\globalStorage\haskell.haskell` |
92-
| Linux | `$HOME/.config/Code/User/globalStorage/haskell.haskell` |
88+
89+
| Platform | Path |
90+
|----------|---------------------------------------------------------------------------|
91+
| macOS | `~/Library/Application\ Support/Code/User/globalStorage/haskell.haskell/` |
92+
| Windows | `%APPDATA%\Code\User\globalStorage\haskell.haskell` |
93+
| Linux | `$HOME/.config/Code/User/globalStorage/haskell.haskell` |
9394
9495
Note that if `haskell-language-server-wrapper`/`haskell-language-server` is already on the PATH, then the extension will launch it directly instead of downloading binaries.
9596

0 commit comments

Comments
 (0)