-
Notifications
You must be signed in to change notification settings - Fork 90
HLS fails to load with "Invalid option: `--stdio'" #852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I just ran into exactly the same issue, and reverting to the previous extension version fixes it. |
Same here, but downgrading the plugin version (2.2.3 -> 2.2.2) can fix it. Your environment
Steps to reproduceJust open a Haskell project, then you can find this info in the log. Expected behaviourHLS work normally. Actual behaviourThe client cannot connect to the HLS. Include debug informationDebug output:
Extension log:
|
Sorry for the breakage, looking into it. |
It ought to be fixed now, can anyone confirm? |
Yup, fixed. |
The vscode integration was working just fine until this morning; so I think the latest update to the vscode extension broke it. (Can't be 100% sure, but I think that's the only thing that is changed).
Your environment
Ubuntu, vscode 1.77.1, HLS 1.10 (also tried with 1.9, same thing),
vscode
HLS extension of 4/10/2023.Steps to reproduce
Open any Haskell project, wait for vscode to try and load HLS
Expected behaviour
HLS loads.
Actual behaviour
Error:
Include debug information
haskell-language-server-wrapper --debug
works just fine; it seems to be the invocation of HLS that goes wrong.The text was updated successfully, but these errors were encountered: