-
Notifications
You must be signed in to change notification settings - Fork 11
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
LSP-rust-analyzer asks to install Terminus package even though it is already installed #129
Comments
Most likely the logic for terminus doesn’t work anymore since updating to py 3.8 |
I've checked. At the moment everything works, if turn the test for importing terminus off. Needed the new way to check its availability. As hotfix just comment the lines 98-101: if not Terminus:
sublime.error_message(
'Cannot run executable. You need to install the "Terminus" package and then restart Sublime Text')
return |
Another workaround (I think will be better):
This will force terminus's version keeps the same with |
@WZ-Tong Thank you so much! It worked like a charm |
Terminus latest release does support 3.8 since August (so the workaround is unnecessary) -> randy3k/Terminus#421 (comment) So the issue can be closed now |
Hi, I'm trying to run my code through the run button placed on the main function declaration line. However, when I click on it, I'm asked to install the Terminus plugin, but when I verified it was already installed.
If you need anymore details I'm glad to share it.
The text was updated successfully, but these errors were encountered: