Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将依赖项添加到 deps.edn typing SPC r a p。当我选择一个依赖项时,我收到以下消息:cljr--insert-into-leiningen-dependencies: Search failed: ":dependencies". 所以显然 clj-refactor 无法识别我的 deps.edn 文件。我错过了什么?
SPC r a p
cljr--insert-into-leiningen-dependencies: Search failed: ":dependencies"
从项目根目录中删除 pom.xml 解决了这个问题。我猜问题出在 cljr--project-fileclj-refactor.el 文件的功能或其他消耗该文件的功能上。cljr--project-file查看可能的项目文件,并且 pom.xml 在 deps.edn 之前。
cljr--project-file