Roger Lipscombe
Roger Lipscombe
Oh, great. It's started working properly now. No changes to the code, afaict.
Sorry, yeah, `rebar3 hex user whoami`. (I've updated the issue title) ``` rlipscombe/vsn_transform [master] % rebar3 hex user whoami ===> Verifying dependencies... ===> An unknown error was encountered. Run with...
> Did you edit out the username and email from the response before putting it on here? Well, there's your problem: All of my email addresses (there are two attached...
Thanks for the response. I _was_ going to reply with this: > The problem with that is that we're using erlang.mk, rather than rebar3. Needing a working rebar3 installation is...
I think the other source of my confusion is that (a while ago) I looked at the source for erlang-ls and noticed that the formatter was hard-coded as `rebar3_formatter` (which...
I've been digging into this some more, and it looks like erlang-ls invokes rebar3_formatter:new, passing default_formatter. See https://github.com/erlang-ls/erlang_ls/blob/main/apps/els_lsp/src/els_formatting_provider.erl#L102 **This bypasses the configuration setting in rebar3.config**, as documented at https://github.com/AdRoll/rebar3_format#erlfmt (which...
(Sheepish grin) I got confused and assumed that you were telling me that erlang-ls used rebar3_format, so that it would use its configuration. You're _actually_ saying that erlang-ls uses it...
`` is me pressing the Tab key to trigger the completion.
You're gonna need to install the Linux kubectl binary in WSL. I currently have kubectl v1.26.1 installed in `/usr/local/bin`. I suspect that I followed the instructions from here: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/