I have a plugin that depends on the JavaScript
plugin. When setting the pluginUntilBuild
of my plugin to 252.*
i get compatibility problems against IU-251.23774.200
#Access to unresolved field com.intellij.lang.javascript.TypeScriptFileType.INSTANCE : LanguageFileType
I am currently using the plugin template. When i change pluginUntilBuild
to 243.*
i dont not have this issue.