avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
204 stars 34 forks source link

fix clone #110

Closed katsuyan closed 6 years ago

katsuyan commented 6 years ago

This is a very great plugin!!

But, I can't do "Eval" and "Eval and show the result". I investigated this issue. I suspect this fixing.

https://github.com/avli/clojureVSCode/commit/808ea90eec54b36a364384cc0cc319987a7ea2a2#diff-6abfafd16414e82e76cd58bd8e54180eR87

So, I fixed clone and check operation. I can do "Eval" and "Eval and show the result".

flosca commented 6 years ago

Man, you rock. Came up with the same problem.

Now it works fine indeed. Installed your extension locally until project owner sees this PR.

Thanks! :)

avli commented 6 years ago

@katsuyan yup, I definitely missed this issue. Thank you for tracking it down and fixing 👍

avli commented 6 years ago

@flosca the fix is on the marketplace, you may update to the latest version from there now.