I'm working on valabindings and each time I launch the my addin in debug mode, I can't load vala project because my addin is not registred in the new MD instance.
Is there something I should do ?
My addin needs some specific addins (like automake, gettext to launch) so I run /path/to/MonoDevelop.exe as my execute action.
If I don't, I don't get the dependency addins (automake, gettextt, installed)
I'm working on valabindings and each time I launch the my addin in debug mode, I can't load vala project because my addin is not registred in the new MD instance.
Is there something I should do ?
My addin needs some specific addins (like automake, gettext to launch) so I run
/path/to/MonoDevelop.exe
as my execute action. If I don't, I don't get the dependency addins (automake, gettextt, installed)