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
// magic values like 999.* are no longer supported. But we can support current version +2 years. Example: current 242.3 (2024.2.3) until 279.* (2027.9.*)
79
79
// this prevents us from needing to update the ide plugin with every ide version update and gives us ~2 years time for that after the last release
80
-
untilBuild.set("279.*")
80
+
untilBuild.set("289.*")// until the end of 2028
81
81
82
82
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
0 commit comments