Fork me on GitHub
#polylith
<
2021-11-17
>
ericdallo00:11:29

Maybe polylith shouldn't check the current folder if the args is --version ?

$ poly --version 
The command can only be executed from the workspace root, or by also passing in :: or ws-dir:DIR.

tengstrand06:11:32

It works if you type poly version. But we could support --version too, because it’s quite standard.

ericdallo12:11:30

Oh, good to know

ericdallo12:11:33

Thanks

👍 1
yenda10:11:00

Anyone else using clojure-lsp refactoring tools along with polylith? lsp-rename complaining that :source-paths are not configured correctly?

yenda13:11:55

followup: support is great, the error mentioned above was caused by a leftover .lsp dir in the project from before the migration and deleting it to reconstruct the cache fixed things

👍 2
ericdallo15:11:21

Good to know :)