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
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
When opening the IDE, the following error is displayed:
The exact same message is repeated three times over, and does not say which add-in is missing.
ERROR [2018-03-27 18:35:10Z]: Add-in error (MonoDevelop.Macaque,0.1.2): Required add-in not found
According to the extension manager, MonoDevelop.Macaque is not installed, and it's not present in the extension install directory. Deleting the extension database fixed the error.
Perhaps this dialog should attempt to rebuild the extension database, and if that fails, offer an option to uninstall or delete the extension?
I have two instances of VSMac on my machine, one preview and one stable. I think what happened is that after I uninstalled the addin from one of them, the other instance's database was not updated and hence it thought the addin had gone missing.
I think the best fix for this is probably for Mono.Addins to automatically rebuild the addin DB if it has errors /cc @slluis
When opening the IDE, the following error is displayed:
The exact same message is repeated three times over, and does not say which add-in is missing.
According to the extension manager, MonoDevelop.Macaque is not installed, and it's not present in the extension install directory. Deleting the extension database fixed the error.
Perhaps this dialog should attempt to rebuild the extension database, and if that fails, offer an option to uninstall or delete the extension?
The text was updated successfully, but these errors were encountered: