avli / clojureVSCode

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

How to disable formatting? #95

Open mrkaspa opened 6 years ago

mrkaspa commented 6 years ago

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

avli commented 6 years ago

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 say?

4mitch commented 6 years ago

Well, the same to me. Trying to format all the time despite on "clojureVSCode.formatOnSave": false even with REPL off.
Win 97, VSCode 1.20.0

clojureext

4mitch commented 6 years ago

Anyway, such an option to disable formatting at all should be, because it's seems impossible to use Parinfer together with this cljfmt together :( So please add it.

It looks crazy like this! It moves a cursor, not me :)

shitted

mrkaspa commented 6 years ago

Yes I could not disable it