6288bdbd3f
The commit "K2 scripting: treat default import similarly to K1" introduced the new extension that provides default imports for scripts, instead of the previous approach of explicit `FirImport` elements creation. But registering it for the IDE case was forgotten. This commit adds missing registration. #KTIJ-28960 fixed