How can I prevent IntelliJ IDEA from reassigning file type associations at startup?
问题 I'm using IntelliJ IDEA Ultimate 18.1 and Jenkinsfile support is awful. Thankfully, treating the file as Groovy is a workaround I can live with. This involves Removing the Jenkinsfile association Adding Jenkinsfile under the Groovy group The problem is every time IDEA starts up fresh, it will remove Jenkinsfile association and, since (1) the original association has been removed, treat these files as plain text. File type recognized: File extension Jenkinsfile was reassigned to Jenkins file