Nikita Prokopov

Results 814 comments of Nikita Prokopov

I suspect it depends on a way you start your nREPL server. It must include this library on the classpath. How do you start it?

Just checked — new project with `lein new draft`, added `[org.clojure/data.json "2.4.0"]`, `lein repl` and connect. Works for me. What lein/nREPL version are you on?

Ok, can you 1. Run `Preferences: Clojure Sublimed Settings` 2. Add `"debug": true,` 3. Connect 4. Try to eval ns form 5. Try to eval json/read-str form Then open console...

Oh shit, I think I know what’s going on. Are you using `Clojure: Sublimed` syntax for the file? Parser depends on it (unfortunately, will decouple it in the future #24)

I have never tested with CLJS. There are a few middlewares which are clojure-native, not sure how it goes with CLJS REPL. If you can figure out what’s going on...

Thanks @alekzvik! Another angle of attack might be for Clojure Sublimed to not require extra middlewares for CLJS

I think this test tests that those constructs are not highlighted as metadata. Ideally they should’ve been errors, of course.

Hi! Clojure Warrior is now bundled and maintained as a part of [Calva](https://github.com/BetterThanTomorrow/calva). Please report your issue there

That’s a huge number! Unfortunately I don’t use VS Code anymore, can’t share my experience

Works for me every time (tried ~20 times). I don’t have other extensions installed though