Hi folks, I have a problem here, I trying to chang...
# intellij-plugins
s
Hi folks, I have a problem here, I trying to change the Kotlin Scripting Icon like the Gradle Script does for my new scripting but it is not working. Its is working only on the File Editor icon. I try to use this extension points:
fileIconPatcher
and
fileIconProvider
. Anyone from the Kotlin plugin team can help me with it?
Found the fix, I was using FileIconProvider and not IconProvider, I add a order="first" too
👍 1