elm-tooling / elm-language-server-haskell

Elm language server written in haskell (archived). Use https://github.com/elm-tooling/elm-language-server instead.
BSD 3-Clause "New" or "Revised" License
52 stars 5 forks source link

Default logfile options to Nothing thus defaulting to stdout #9

Closed razzeee closed 5 years ago

razzeee commented 5 years ago

This defaults the parameters to Nothing, so if you want a logfile to be written you need to pass it into the executable.

Should help keeping everything platform independent.

Please keep in mind, I don't know any haskell, so this might be completely wrong.

razzeee commented 5 years ago

If we merge this, this will clash with the code-action branch. So if you want to merge that first and want me to rebase, please let me know. https://github.com/elm-tooling/elm-language-server/compare/master...elm-tooling:code-action