avli

Results 40 comments of avli

Hello @tylerbobella, Yes, the reason is most likely the `lein` command is not in your system `PATH` variable. I think the best way will be me adding an option to...

@ulyssesp, as far as I can recall I did some experimenting at the time I was implementing the nREPL-VSCode communication part and couldn't figure out if the session ID is...

Hi @lamartire I'm happy to hear you like this extension :-) Was the screenshot you attached taken from the nREPL output channel? Is it possible to share the part of...

Hi @marcomorain and thank you for your recent contributions 👍 Could you point me out where do we set this option? I glanced through the code but haven't found any...

Oh, now I see :-) This makes me think, that the right approach here is to provide a configuration option for passing arbitrary parameters for nREPL as we do for...

In this case, let's invoke nREPL with `:vscode` and add a section with the description of how to get an advantage of it to README.md. What do you think?

Hi @marcomorain, Great stuff as usual! I definitely see the problem this PR aims to solve, however I'd like to be sure we're on the same page. Which middleware are...

`registerOnTypeFormattingEditProvider` must be the way to go.

@marcomorain, correct me if I wrong: you suggest to compile `cljfmt` to a JavaScript module and distribute it alongside with the extension, right? Have you checked if `cljfmt` compatible with...

Hi @mrkaspa I can't reproduce the bug. Are you 100% sure you disabled formatting on save? Maybe you have this option enabled in your workspace configuration? What does the error...