Skip to content

Commit 9b11375

Browse files
mbuczkobenedekfazekas
authored andcommitted
deps.edn added as a project root marker
1 parent b7f1528 commit 9b11375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refactor_nrepl/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
start (if (fs/directory? path-or-file-in-project)
7272
path-or-file-in-project
7373
(fs/parent path-or-file-in-project))
74-
names-at-root #{"project.clj" "build.boot" "build.gradle" "pom.xml"}
74+
names-at-root #{"project.clj" "build.boot" "build.gradle" "pom.xml" "deps.edn"}
7575
known-root-file? (fn [^File f] (some (fn [known-root-name]
7676
(.endsWith (.getCanonicalPath f)
7777
known-root-name))

0 commit comments

Comments
 (0)