-
Notifications
You must be signed in to change notification settings - Fork 196
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
rtx + fish shell fails to launch the language server #967
Comments
Current workaround: hardcode |
Fish is not supported and I think it never was. It shouldn’t be difficult to add support if anyone is willing to contribute. |
I assume the "support" in this context is "launch.sh" but in fish script? (e.g. if we detect that the preferred shell is fish, execute |
I'm not familiar with fish so it's hard to tell. Executing dedicated |
A possible solution would be adding
and
|
I'll try the second option and if it doesn't work, I'll go with the first one (launch.fish). |
Environment
Current behavior
I assume it fails because
rtx activate $preferred_shell
( =>rtx activate fish
) outputs fish-style config, which is theneval
'd bysh
, thus failing.The text was updated successfully, but these errors were encountered: