Skip to content

Commit edcff5e

Browse files
committed
add new line before haskell-language-server path table in README.md
1 parent 713dc22 commit edcff5e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
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)