avli

Results 40 comments of avli

I think the easiest way to achieve what you want is to use "Clojure: Eval" or "Clojure: Eval and show the result" commands provided by the extension. These commands send...

This one will be automatically solved after #21 is done.

That's actually a good suggestion. Any ideas how to implement the watcher properly?

This is related to #37.

Hi @abhi18av Thank you for the suggestion. I need to take a look on what's lumo first – I'm not an active ClojureScript user so it's hard for me to...

@9mm The same issue... But according to [this answer](https://github.com/Raimondi/delimitMate/issues/211) the issue may have something to do with SuperTab plugin.

I guess you try to run the command outside a project. The 'Clojure: Start nREPL' command is used to start a REPL manually when the `clojureVSCode.autoStartNRepl` option is set to...

I get this error too when I try using the plugin on CircleCI to automate deployment. I don't use any custom Docker images but [circleci/python:3.6.4](https://hub.docker.com/r/circleci/python/). The plugin configuration I use...

@thesmith Yes, this is the current workaround I use. Thank you for posting it – can be useful for other users who are hitting this issue.

@krassowski, thank you for raising this question! As far as I understand from the documentation, the signature is produced from the outputs. Can we apply the same procedure to the...