You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this feature is not already implemented
This feature does not exist
Use case
I want to execute Ruby-LSP as vanilla as possible (i.e. only to provide code navigation), without any interference of gems in the project, such as Standard/Rubocop/etc.
I found this to be usefull in our organization. We created an addon that some users like, but other don't, for example because of code lens they do not use and make noise in their editor.
Also some addons can consume some CPU/Ram resources in low end PCs.
We had to implement the enable/disable logic in the addon itself. But it should be nice if this is standarized for all addons based on the addon settings. I opened a PR to address this issue, happy to get feedback.
Uh oh!
There was an error while loading. Please reload this page.
I have checked that this feature is not already implemented
Use case
I want to execute Ruby-LSP as vanilla as possible (i.e. only to provide code navigation), without any interference of gems in the project, such as Standard/Rubocop/etc.
Description
I see that this is partially implemented on Server class, but it's currently not exposed through any interface.
Are there any plans to allow users to permit/block project addons?
Implementation
I would keep it under an initialization flag.
The text was updated successfully, but these errors were encountered: