3

I imported a simple sbt scala project in Intellij idea. Once the project is imported, I create runConfigurations directory inside .idea directory and moved all the checked in runConfigurations inside .idea/runConfigurations. Still I am not able to see anu run configurations.

mogli
  • 1,549
  • 4
  • 29
  • 57
  • 1
    Try closing the project and importing it again now with run configurations already in place – mirzak Aug 22 '18 at 05:07
  • 1
    Thanks. Your suggestion worked. I thought it will work automatically without reopening. – mogli Aug 22 '18 at 16:44
  • actually it was always working by just leaving and giving focus on intellij. nowadays not even a restart with invalidating caches helps :-( – KIC Aug 20 '19 at 14:19

1 Answers1

0

After you have imported the .run/****.xml file in the project folder, close the PyCharm project and reopen it.

george mano
  • 5,948
  • 6
  • 33
  • 43