We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e057c commit a2eeeefCopy full SHA for a2eeeef
src/refactor_nrepl/core.clj
@@ -62,7 +62,7 @@
62
start (if (fs/directory? path-or-file-in-project)
63
path-or-file-in-project
64
(fs/parent path-or-file-in-project))
65
- names-at-root #{"project.clj" "build.boot" "build.gradle" "pom.xml" "deps.edn"}
+ names-at-root #{"project.clj" "build.boot" "build.gradle" "pom.xml" "deps.edn" "shadow-cljs.edn"}
66
known-root-file? (fn [^File f] (some (fn [known-root-name]
67
(.endsWith (.getCanonicalPath f)
68
known-root-name))
0 commit comments