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
Elissa-AppDevforAll edited this page Aug 3, 2026
·
1 revision
plugin.min_ide_version is the manifest field declaring the oldest Code On The Go release your plugin can run on. The field is a bare YY.WW string.
To figure out which version to set, see "How to use this" in the Plugin API Changelog. Set the highest version among the capabilities your plugin actually uses. Currently, only min is enforced at install today; max is parsed but considered advisory.