Per-project plugins
#4763
|
I have many plugins installed but some of them (e.g. golang plugins) I only use in some projects. All those plugins end up clobbering UI. It would be nice to be able to disable some of the plugins in user settings and enable them in project setting, when needed. |
Answered by
plafosse
Nov 28, 2023
Replies: 2 comments 1 reply
|
Here's a work-around that can be very effective: You can use the BN_USER_DIRECTORY environment variable to create different profiles with different plugins installed or even settings. I don't think our current implementation will support different plugins per project within the same process, but the environment variable offers a really useful way to get the same effect. https://docs.binary.ninja/guide/plugins.html#troubleshooting |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I converted this to an issue. #4781