clojure-lsp-intellij icon indicating copy to clipboard operation
clojure-lsp-intellij copied to clipboard

IntelliJ does not show correctly the project files when creating a new Clojure Project

Open afucher opened this issue 7 months ago • 0 comments
trafficstars

Describe the bug When using the New project action from IntelliJ to create a new Clojure Project, it creates all files but IntelliJ does not show them correctly.

To Reproduce Steps to reproduce the behavior:

  1. Create a New Project
  2. Select deps.edn
  3. Check that the files are not presented correctly

Expected behavior The structure of files is created and IntelliJ show them correctly.

Screenshots

Image Image

Additional context Probably is related to the iml file that describes the modules from a project.

afucher avatar Apr 14 '25 14:04 afucher