Updated to cider 4 and one of the plugins i was developing was not being loaded and enabled due to pluginKitVersionnot being an undefined parameter
In the console:
Plugin does not specify a pluginKitVersion, cancelling loading. ws-Bk2XW0GK.js:487
the only solution is adding the parameter to any value in one if the values in plugins.js adding it into src/assets/plugin.yml does not append the parameter
Updated to cider 4 and one of the plugins i was developing was not being loaded and enabled due to
pluginKitVersionnot being an undefined parameterIn the console:
the only solution is adding the parameter to any value in one if the values in
plugins.jsadding it intosrc/assets/plugin.ymldoes not append the parameter