cached file types for file names
已回答
Trying to bring some attention to my stack overflow post.
https://stackoverflow.com/questions/49119886/how-to-delete-a-cached-file-template-in-intellij
Basically there is some funkiness going on with a particular file name in my IDE. Aside from completing remove Intellj I'm not sure what else to try to remove this cached reference?
请先登录再写评论。
>However, for some reason when I open the file it opens the file with the application that is associated with the .rb extension in my OS config, instead of opening it in Intellij.
In Settings(Preferences) | Editor | File Types check all the registered patterns for Files Opened in Associated Applications:
Thanks Andrey Dernov ! That was the issue!!!