-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention is neededExtra attention is needed
Description
I have checked that this feature is not already implemented
- This feature does not existTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention is neededExtra attention is needed
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
egiurleo commentedon May 1, 2025
Hi, @kriansa! We don't have any capacity to work on this right now, but if you wanted to open a PR, we'd b happy to review.
vinistock commentedon May 5, 2025
Hey, @kriansa. Can you explain why you'd want to disable an add-on? In your specific example, would turning off auto formatting be enough?
domingo2000 commentedon May 22, 2025
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.
andy-farmfocus commentedon Jun 12, 2025
Chiming in... I would love to be able to disable the rspec plugin as it is interfering with another extension I use for providing code lens prompts and gutter icons etc.
github-actions commentedon Aug 12, 2025
This issue is being marked as stale because there was no activity in the last 2 months