remix-project
remix-project copied to clipboard
Plugin manager improvements
- It deactivates a plugin first before activating, that way forcing a plugin that could not be activated to retry connecting if possible. Resolves the 'Plugin is already rendered' issue.
- Allows replacing a plugin:
Allowing replacing makes dev much easier, you can have an existing plugin replaced leaving intact for example context menu actions and so on. You can't do that if you need to give your plugin a new name all the time. This is more realistic.
- add method to app manager to remove profile (should maybe go in plugin)
TODO:
- [x] e2e