clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Clojure support for Visual Studio Code

Results 38 clojureVSCode issues
Sort by recently updated
recently updated
newest added

Sessions should be persisted throughout the connection. Also adds unique(ish) ids to each message. Disclaimer: no idea what I'm doing here, but this seems from nREPL docs that the session...

Hello! Thank you foe your awesome work ✨ Have a strange issue – after saving code doesn't formatting and extension shows error message. Whats wrong? ![image](https://user-images.githubusercontent.com/13414205/45598970-90f20280-b9ec-11e8-9ccb-7d62ec8f9240.png) Some info: **Extension version**:...

At CircleCI we use `:pedentic? :abort` in most of our leiningen projects. This option prevents the leiningen from starting the repl unless there are no conflicting dependencies in the app....

Clojure files hang sometimes in the UNSAVED state event after `Cmd+s` or `File -> Save`. Not sure it's an extension issue – need to figure out. Here is [the first...

There are two changes here. Firstly, detect when the call to get a stacktrace fails with `unknown-op` - this indicates that the cider middleware to get stack traces is not...

I've been using this extension for a while now, and VSCode is the only editor I've used for Clojure (fairly new to Clojure). I was reading on clojure.org about enhancing...

This is suggested in a [review](https://marketplace.visualstudio.com/items?itemName=avli.clojure#review-details) on the Marketplace. The motivation is to have an ability to pick up all new dependencies on-the-fly. Not sure, however, that the REPL has...

enhancement

The grammar file that comes with Visual Studio Code is far from perfect especially in terms of indenting. We should consider to improve it in order to conquer the world...

enhancement

The current system to format a file only works when the REPL is connected, and the project has a dependency on `cljfmt`. I have an idea on how to run...

I don't start a REPL but it request to format after each save, I also have the auto format off on save, I got this problem on Version 0.9.5