JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.05k stars 618 forks source link

Non-project files when opening new template #355

Closed vjpr closed 1 year ago

vjpr commented 1 year ago

Describe the bug:

I cloned the repo, then changed into the directory and ran idea .

It loads fine.

Screenshot 2023-03-08 at 12 15 50 pm

...but then after a couple seconds it shows everything as ignored

Screenshot 2023-03-08 at 12 15 54 pm
hsz commented 1 year ago

It seems loading Gradle module failed — any logs?

vjpr commented 1 year ago

So I had replaced an older project with same name and same folder name.

I renamed the folder, and it now seems to work.

Could it be that something is being cached by folder name? Or maybe project name?

hsz commented 1 year ago

Probably renaming the project/module name causes that. The reimporting project should fix it.