clojure-lsp-intellij
clojure-lsp-intellij copied to clipboard
IntelliJ does not show correctly the project files when creating a new Clojure Project
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:
- Create a
New Project - Select
deps.edn - Check that the files are not presented correctly
Expected behavior The structure of files is created and IntelliJ show them correctly.
Screenshots
Additional context
Probably is related to the iml file that describes the modules from a project.