Haskell-language-server: `hls --version` does not work

Created on 26 Jul 2020  路  2Comments  路  Source: haskell/haskell-language-server

It starts building stuff instead of reporting the version and then exiting.

bug enhancement

Most helpful comment

In addition, there should be a --numeric-version opts that is machine-parsable and only prints the raw version.

All 2 comments

Indeed: https://github.com/haskell/haskell-language-server/blob/master/exe/Main.hs#L131
Looks like we are not terminating correctly

In addition, there should be a --numeric-version opts that is machine-parsable and only prints the raw version.

Was this page helpful?
0 / 5 - 0 ratings